I have a transparent header with a black bar at the top but on the mobile the background is white so you can’t read the phone number. Can you help me with the CSS code to make it readable both desktop and mobile?
Thanks.
Hey ginnywills,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
color: #444;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect. thanks!