Home › Forums › WoodMart support forum › Change Social Icon Color
Change Social Icon Color
- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
January 22, 2020 at 2:38 pm #169268
merishopParticipantHow can I change social media icon colors I’m using in the footer? I want them to be the official colors. I’m getting colors on hover but I want the official colors without hover too.
January 22, 2020 at 3:02 pm #169273
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body footer .icons-design-bordered .woodmart-social-icon { color: red!important; border:2px solid red; }
Best Regards
January 22, 2020 at 8:02 pm #169297
merishopParticipantI think you didn’t get my question. The code turns icon into red. But, I want the official colors of icons. For example blue for Facebook, Red for YouTube. I have attached an example. https://prnt.sc/qrg7is
January 23, 2020 at 6:17 am #169341
Elise NoromitMemberHello,
They icons you show are buttons. The footer has outlined icons. Here is the code for each separate icon and you can set the colors as per your needs:
body footer .icons-design-bordered .woodmart-social-icon i.fa-facebook { background-color:blue; color: white!important; border:2px solid red; } body footer .icons-design-bordered .woodmart-social-icon i.fa-twitter { background-color:blue; color: white!important; border:2px solid red; } body footer .icons-design-bordered .woodmart-social-icon i.fa-envelope{ background-color:blue; color: white!important; border:2px solid red; } body footer .icons-design-bordered .woodmart-social-icon i.fa-pinterest{ background-color:blue; color: white!important; border:2px solid red; } body footer .icons-design-bordered .woodmart-social-icon i.fa-linkedin { background-color:blue; color: white!important; border:2px solid red; }
Best Regards
January 23, 2020 at 10:41 am #169379
merishopParticipantThis is what I got after putting the code. I have attached image.
Attachments:
You must be logged in to view attached files.January 23, 2020 at 11:22 am #169392
Elise NoromitMemberHello,
Please replace the code with this one:
body footer .icons-design-bordered .woodmart-social-icon i.fa-facebook { background-color:blue; color: white!important; border:2px solid red; width:32px; height:32px; border-radius:30px; } body footer .icons-design-bordered .woodmart-social-icon i.fa-instagram { background-color:blue; color: white!important; border:2px solid red; width:32px; height:32px; border-radius:30px; } body footer .icons-design-bordered .woodmart-social-icon i.fa-youtube{ background-color:blue; color: white!important; border:2px solid red; width:32px; height:32px; border-radius:30px; } body footer .icons-design-bordered .woodmart-social-icon i.fa-linkedin { background-color:blue; color: white!important; border:2px solid red; width:30px; height:30px; border-radius:30px; } body footer .icons-design-bordered .woodmart-social-icon{ border:transparent; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register