This topic is: resolved
- This topic has 23 replies, 3 voices, and was last updated 10 years, 3 months ago by .
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Design Tips and Tricks › Metro Logo Repeating
I apologize, I completely forgot this theme is different. You need to make a change again in the functions.php where you added the above code:
//* Add support for custom header
add_theme_support( 'custom-header', array(
'width' => 400,
'height' => 120,
'header-selector' => '#title-area a',
'header-text' => false,
) );
Notice that I changed the 'header-selector' to the proper ID. Give that a Go.
Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer Bootcamp
Success!! Thank you for your time and patience. 🙂
Awesome!! You are very welcome. You can delete that Header plugin too. You don't need it now.
Cheers,
Tonya
Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer Bootcamp
Do me a favor and mark this thread as "Resolved". Cheers.
Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer Bootcamp
© 2024 WPEngine, Inc.