Hi,
I try to change the color of my phone number hen using a transparent header.
I use this code:
.header_color .phone-info { font-size: 18px; font-family: 'Avenir', 'HelveticaNeue', 'Helvetica Neue'; color: white !important; }
This does not work. Can you point me in the right direction?
Website: https://fun-thrills.nl
THX Freek
Hey Freek,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av_header_transparency .phone-info span {
color: white!important;
}
Best regards,
Yigit
That did the trick. Thanks.
One final question. I changed the color of the small bar above de header menu to black (styling extra) but now I want this small bar transparent.
Is that possible? I tried several suggestions but no luck.
THX Freek
Hey!
Sure, please add following code to Quick CSS as well
#top #header_meta {
background-color: transparent;
}
Cheers!
Yigit
Thanks. Awesome!
Freek
Hi Freek,
Glad that Yigit helped you. Thanks for using Enfold :)
Best regards,
Nikko