Hi, I set the header to Transparant glazzy header on each page of my website. However on mobile, it seems the whole hamburger menu becomes semi-transparant meaning you can’t read it anymore. How to solve this? Same goes for the header in the full width easy slider. The header is pressed to the bottom of the visual and is hardly visible anymore on mobile. Do you have a solution? Thanks and regards, Marijke
Hey Marijke82,
Thank you for contacting us.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Transparent header in mobile */
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency,
.av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}
/* End CSS */
Please check this link for more info https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Best regards,
Vinay
It works. Thanks!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it. Thanks