Hello there,
could you help me with following?
On the browser-desktop size the background of the header is transparent, now I need to get the header transparent on tablet and mobile size, can you help?
— it is just to be done on the homepage, please see below
Thanks!
Hey xela,
Thank you for the link to your site please try this code in the General Styling ▸ Quick CSS field
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
background-color: transparent;
color: #000000;
border-color: transparent;
}
.responsive #top #main,
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
margin-top: -99px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
That worked, thanks a lot!
Hi xela,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko