Comments kaystie started the conversationJanuary 30, 2019 at 11:34amHello!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,700PenciDesign repliedJanuary 30, 2019 at 2:56pmHi,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,PenciDesignkaystie repliedJanuary 30, 2019 at 8:56pmOkay, got it, thanks! Sign in to reply ...
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! ^^.
Hi,
1/ Please try add more this code to Customize > Custom CSS to do that:
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
Okay, got it, thanks!