Hi,
how can I change background color of “head telephone number extra info”-area in the top?
Could not find an option for that?
Kind regards Jak
Hhi @Jak73
this is the CSS code you can use Enfold > General Style > in the Quick CSS section
Change the color values according to your preference
Regards
.av_extra_header_active { background:black !important; color: white !important; }
Hi Jak73,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
sure…
phone info has its own class – so why not use it:
.phone-info {
background-color: blue;
padding: 5px 10px;
}
Depends on your settings you had to set for transparency header too:
#top .av_header_transparency .phone-info {
background-color: blue;
padding: 5px 10px;
}
The font color is set via:
.header_color .phone-info a {
color: red;
}
Hi Jak73,
Did you get it working with Guenni007’s suggestions or do you need more help?
Best regards,
Victoria
will check it out…
Works!
Thanks a lot.
Kind regards Jak