• Resolved an63lu5

    (@an63lu5)


    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)
  • Hello, did you mean the social media icon at the bottom of your site?
    if so, you can add this code using custom css plugin:

    .social-widget li a::before {
      color: #fff;
    }

    you can change the value of the color with you need

    Thread Starter an63lu5

    (@an63lu5)

    Thanks for the reply. No I was talking about the ones that are coloured now at the top, I managed to just look at the website code and figure it out

    thanks for the reply though

    I don’t see social media at the top of your site, maybe you hide it?

    I see then, the social media icon on the top navigation right?
    you can add this code using custom css plugin:

    This is for the background color:

    .social-navigation {
      background-color: #333;
    }

    and this one is for the color of the icon:

    .social-navigation li a {
      color: #fff;
    }

    Thread Starter an63lu5

    (@an63lu5)

    no the social is all good now

    thanks anyway

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The colour of Social Icons’ is closed to new replies.