Tagged: change color, header
Hi!
After updating the color of the phone number got gray (located at the top line), though it has quick CSS for another color. Somehow icons kept they color.
This is the code I have.
.social_header .phone-info {
float: right; color: CornflowerBlue ; }
#top .ls-nav-prev, #top .ls-nav-next { z-index: 300; }
.social_header .phone-info { font-size: 13px; color: CornflowerBlue }
#top .social_bookmarks li a { font-size: 18px; color: CornflowerBlue ; }
Thanks!
Hi Tanya2105!
Please add following code to Quick CSS
.phone-info span { color: CornflowerBlue ; }
Best regards,
Yigit
Thanks!
it works!
How can I distance it from the social icons when both are placed at the right?
thanks!