Hi Guys,
We have a transparent header on the homepage here –
http://fitnessequipmentni.co.uk/home/
However on mobile it doesn’t look great and makes the text hard to read.
All other pages are fine, the header is the correct color -example – http://fitnessequipmentni.co.uk/home/cardio-page/
How can I force Enfold to show the homepage header, when on mobile, just like the other pages on mobile?
Thanks in advance.
Perhaps this explains it better.
http://gekko2015.s3.amazonaws.com/mobile-header-help.jpg
I have a transparent header for the homepage on the desktop version of the site
Client waiting, under pressure :)
Hey!
Your slider content might run into the header content if you do that. You can use this CSS to do it though.
@media screen and (max-width: 767px) {
#header { position: absolute !important; background: transparent !important; }
.header_bg { background: transparent !important; }
}
Regards,
Elliott
Thanks :)