• Hi everyone,

    I really like the writr theme, but the social buttons (Facebook, twitter, etc.) are extremely subtle within this theme – they blend into the background so much they’re almost invisible.

    Does anyone know how to change the color on these to make them pop more? Or just somehow default to the official colors of the social buttons?

    Thanks!

    Chris

Viewing 1 replies (of 1 total)
  • Hi Chris, glad you’re liking Writr.

    With a bit of custom CSS you can tweak the social icons to be any colour you like. ??

    I right-clicked your Twitter icon on https://chriskbacon.wordpress.com/ and opened a browser inspector to see which CSS rule is applying the colour to the icons.

    .social-links a {
         background-color: #bb00bb;
    }

    That’ll turn your icons purple just as an example, but you can use any colour you like.

    Since you’re on WordPress.com, you’ll need the Custom Design upgrade in order to make CSS tweaks. Feel free to ask further CSS questions over in the CSS Customization forum on WordPress.com – this forum is actually for folks running the WordPress software on their own servers. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Emphasizing social buttons’ is closed to new replies.