- This topic has 3 replies, 2 voices, and was last updated 7 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Architect Pro…..Social Media Icon Color Change
I would like to customize the color of each of the social media icon. For example to make the Facebook icon appear as blue, Twitter icon as green, Instagram icon as red color. Please, how can I do this ?
Thanks
Hi,
Kindly show us your website URL so that we can assist further.
Regards,
Brad
Here is my website URL: http://www.ultramodernmep.com
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.fa.fa-facebook { background:#3b5998 !important;}
.fa.fa-twitter { background:#d11718 !important;}
.fa.fa-instagram { background:#9c27b0 !important;}
.fa.fa-linkedin { background:#038fcc !important;}
.fa.fa-google-plus { background:#dc4a38 !important;}
.fa.fa-facebook:hover, .fa.fa-twitter:hover, .fa.fa-instagram:hover, .fa.fa-linkedin:hover, .fa.fa-google-plus:hover { background:#ff7c12 !important;}
Regards,
Brad
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]