Hello,
Can you please help me with the code to have the phone number in the top right corner to be white? I can choose another color, but I want it to be gray when you scroll down and the sticky header is displayed. I also need it to be clickable so I’m not sure how to make it do what I want.
Thank you!
Sara
Hey SaraMichelle,
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 (min-width:1024px) {
#top .av_header_transparency .phone-info span a {
color: #fff;
}
#top .header-scrolled .phone-info span a {
color: #5e5e5e;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you SO much!