Archived topic
site title in sticky navigation
3 replies · Started by Marcus on May 29, 2018
I would like to add the text-based "site title" to the sticky navigation in lieu of a logo graphic, but I can't seem to find a straight-forward way to accomplish this. I thought for sure there was a hook for inside the sticky navigation, but I didn't see it here: https://docs.generatepress.com/collection/hooks/
Would you point me in the right direction?
Hi there,
This should help: https://generatepress.com/forums/topic/sitetitle-in-navbar-instead-of-icon/#post-225010
Let me know if you need more info :)
Perfect! Thank you Leo!
Also, I added this CSS so the text only shows in the sticky menu. Might help someone in future.
nav#site-navigation .menu-site-title {display:none;}
nav#sticky-navigation .menu-site-title {
float: left;
font-size: 1.3rem;
color: #FFF;
}
Tom provided the CSS in replies below as well: https://generatepress.com/forums/topic/sitetitle-in-navbar-instead-of-icon/#post-283316
Glad you figured out!