I’m looking for some quick css to change the color of the Header Phone Number/Extra Info displayed in top bar. I found the code to change the top sub menu but haven’t been able to find how to change the phone number that is also there in the top. Thanks for any help.
Hey ricedean!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info span { color: orange !important; }
Best regards,
Yigit
Thank you so much! That did the job.
One more thing. What Quick css should I use to change the color (not the hover) of the header social icons? I need it to be white.
Hey!
go with this in Quick CSS.
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
color: #fff;
background: #000;
}
remove background if you don’t need it.
Cheers!
Andy
Thank you so much. That was exactly what I needed.