I”m trying to make the phone number background a color on a transparent header setting for a page. See URL below. I’d like the phone number section to be red with white font but with the transparent header setting does that override it?
Hey Regan,
Add this to quick css:
#top .av_header_transparency #header_meta{
background-color:red!important;
color:#fff;
}
Best regards,
Jordan Shannon