Hello
I have a transparent header enabled on the home page… but for mobile devices this means the top part that contains the phone and social links are being displayed as white on a white background. I need them to be on the green background that appears on the other pages of the site, so that they show up. Or as a transparent header on mobile deivces – but I am thinking this is not enabled as it causes other isses?
Occassionaly as I scroll up and down the green background appears then disappears again on a mobile device so the social icons and phone are visable for a second or two..then gone. Please advise. Link in private content.
Many thanks
Hey sensiblekaren,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#header_meta {
background: #719430!important;
}}
Best regards,
Yigit
Thanks worked perfectly. :-)