Comments WordScripter started the conversationJuly 7, 2021 at 7:38amHello,I refer to the TopBar Menu in Soledad Theme. Can you advise how do I keep the menu visible while a reader scrolls down the web page?I would like it to be visible similar to the primary menu that follows a user when he/she scrolls down the the homepage. 2,615PenciDesign repliedJuly 7, 2021 at 8:56amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-top-bar { position: fixed; width: 100%; z-index: 99;} .is-sticky #navigation.menu-item-padding, .is-sticky #navigation.menu-item-padding { top: 32px !important;} Regards,PenciDesign.1 LikeWordScripter repliedJuly 8, 2021 at 1:02amHi,Thank you for the suggestion. I've implemented it but how to I save the changes? This is due to the fact that when I exit Customizer, it says "Changes you made may not be saved".WordScripter repliedJuly 8, 2021 at 1:25amHi,Problem solved. Thank you. Sign in to reply ...
Hello,
I refer to the TopBar Menu in Soledad Theme. Can you advise how do I keep the menu visible while a reader scrolls down the web page?
I would like it to be visible similar to the primary menu that follows a user when he/she scrolls down the the homepage.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Hi,
Thank you for the suggestion. I've implemented it but how to I save the changes? This is due to the fact that when I exit Customizer, it says "Changes you made may not be saved".
Hi,
Problem solved. Thank you.