This topic has 5 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Brian Johnson
HI i would like to change the colour of the social icons please url in private
I attempted this…is it correct?
.menu-social-icons{
background-color: #BDBDBD;
}
Hello,
You need use this code:
.menu-social-icons i {
background-color: #BDBDBD;
}
Thank you.
Regards,
Eva Kemp.
Hi Eva,
How can I change the color of icons such as: Wishlist, Sign in, Log out and Register to look like the ones on this site – (https://www.8theme.com/) ?
I could not find the icons in in \wp-content\themes\legenda\images folder.
Many Thanks.
Hello
As per example you may change logout icon color with following code:
.logout-link:before{color:pink}
Please provide us with details and links where this icons are placed to let us post appropriate code.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up