Site logo

Archived topic

site title in sticky navigation

3 replies · Started by Marcus on May 29, 2018

Viewing posts 1–4 of 4

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?

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;
}
This archived topic is closed to new replies.