• I’ve tried 3 different codes to try to change the social media icon color and none of them have worked.

    Is there one that you KNOW works for the Dara theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter slappyintheface

    (@slappyintheface)

    I changed this code in the stylesheet … will I lose the change when the theme updates? Do I need to paste this in the CSS too?

    .jetpack-social-navigation ul li {
    display: inline-block;
    background: #445578;
    color: #fff;
    font-size: 20px;
    list-style: none;
    line-height: .5;
    margin: .2em .1em;
    padding: 8px;
    border-radius: 50%;
    }

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, if you made the change to the original CSS file, then yes, it will be overwritten with the next theme update.

    For changes to the CSS of a theme, you want to go to Appearance > Customize > Additional CSS, and add the changes there to override the existing styles.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Social Media Icon colors’ is closed to new replies.