This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Robert Hall
Hi there, I managed to change the color of the top bar background and the text to a light color, however I also need to change the color of the social media icons and the “Login|Register” links. Otherwise you can’t see them since as of now they are white, and the background is almost white. Please help.
Hello
Please try following codes in style.css of the child theme:
.menu-social-icons i:before{color:red!important;}
.top-bar a {color:black;}
Regards,
Brian Johnson
Question, any way I can change the color of the social icons ONLY in the top bar?
Because on the rest of the website it makes the round icons completely black and you can’t distinguish which icon is which.
Hello,
As I see you haven’t added social icons into top bar.
You can try this code in Global Custom CSS
.top-bar .menu-social-icons a{
color: #DA0C0C !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up