Tagged: header, transparency, transparent
Hello guys!
On this site: http://test.testsites-swipemedia.nl/
The header navigation shows good on mobile (has a bleu header) but on some sizes the header becomes transparent (white), because the logo is white it doesn’t look good. I want to have the same effect like mobile on tablet sizes, and i also want to appear to hamburger menu sooner from 1000px.
I have edit this to the css to not show the transparent slider (maybe this has something to do with it):
@media only screen and (min-width: 320px) and (max-width: 989px) {
.crone-home-slider {
display: none !important;
}}
Greets Tim
Hey Tim!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) {
.html_header_transparency #top #wrap_all #main {
padding-top: 116px;
}
}
Configure the mobile menu on Enfold > Header Layout > Mobile Menu. Choose the second option on Header Mobile Menu activation setting.
Best regards,
Ismael
Thanks!