overlay logo in every page
-
Hi Andres!
for first, many thanks for this awesome themes!
i’m trying to put overlay logo in every page (i like effect with changing logo on scroll, and i want it in every page)..i’m trying with an hook in functions.php of my child theme but it doesn’t work.. could you help me?add_action ('wp_head', 'brand_logo'); function brand_logo () { $logo = chaplin_get_custom_logo(); if ( $logo ) { if ( is_page() ) { $logo .= chaplin_get_custom_logo( 'chaplin_overlay_logo' );} } }
many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘overlay logo in every page’ is closed to new replies.