Tagged: header, secondary header, transparency
Hi,
Would it be possible to activate “Header Transparency Glassy” on the frontpage, but disable this when viewed on a mobile device? We’ve played with transparency settings and colors in CSS, so the result is perfect on desktop, but awful on mobile. Is there any way to achieve that the transparency is turned OFF when viewed on mobile (or tablet)?
Hey bramandelhofs,
This should be possible via css. Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
I added this code to the quick css field to change the header color on mobile devices:
@media only screen and (max-width:768px) {
#top .av_header_glassy.av_header_transparency #header_main {
background-color: #fff;
}
#top #wrap_all #header_meta a, #top #wrap_all #header_meta li, #top #wrap_all #header_meta .phone-info {
color: #ffffff;
}
}
Best regards,
Peter