• I am using the Solon theme.

    The default colour that you can see on my site is the pinky/apricot colour.

    The social media buttons in the menu are also that colour. is there a way to remove the colouring of the icons and have them as they should be normally?

    Bret

    https://snowstrength.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .social-widget a[href*="facebook.com"]::before {
    	color: #3b5998;
    }
    
    .social-widget a[href*="youtube.com"]::before {
    	color: #e52d27;
    }
    
    .social-widget a[href*="instagram.com"]::before {
    	color: #517fa4;
    }
    
    .social-widget a[href*="twitter.com"]::before {
    	color: #00aced;
    }

    I wasn’t 100% sure about Instagram and the more I look at it, Facebook looks wrong to me now, too. You now have the information needed to select a different color, though.

    Thread Starter an63lu5

    (@an63lu5)

    Just wanted to add on to this.

    Instead of changing colours, is there a way to have specific pictures on these icons?

    This user seems to have done it using the same theme

    https://www.ultimate-phillippe.net/

    Thread Starter an63lu5

    (@an63lu5)

    by the looks of it they have used a text widget and included their own code.

    Thread Starter an63lu5

    (@an63lu5)

    doesn’t matter. I just stole the code and replaced it in my site with my pics and links and it all works great ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘social colours for Solon Theme to be changed’ is closed to new replies.