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 #1875455
Mobile sticky menu custom setup
Closed

Comments

  • kaystie started the conversation

    Hello!

    I've got several questions on setting up mobile sticky menu:

    1. How to make it transparent?

    2. How to set up custom burger menu icon for closed and open state?

    3. How to define a border around burger menu icon, akin to lower border of sticky meny?


    Best regards and many thanks in advance! ^^.

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to do that:

    .is-sticky #navigation{ background: rgba(255, 255, 255, 0.8); }
    

    Scroll down to see transparent on the menu, change value 0.8 to opacity value you want.

    2 & 3/ Sorry this theme doesn't support this features.

     

    Best Regards,

    PenciDesign

  • kaystie replied

    Okay, got it, thanks!