Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2820069
TopBar Menu
Closed

Comments

  • WordScripter started the conversation

    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.

  •  2,494
    PenciDesign replied

    Hi,

    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.

  • WordScripter replied

    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".

  • WordScripter replied

    Hi,
    Problem solved. Thank you.