• Resolved adamhorne

    (@adamhorne)


    Hi team,

    I would love to change the color value of my social media icons that sit under my site nav. What Custom CSS do I need to add to change the #hex value?

    PS) Long time lurker and it’s an amazing place to learn about WordPress! Keep it up Team WordPress Community! ??

    • This topic was modified 6 years ago by adamhorne.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jarret

    (@jarretc)

    In order of their appearance on your menu right now

    .social-navigation .menu-item-208 svg {
        color: red;
    }
    .social-navigation .menu-item-209 svg {
        color: red;
    }
    .social-navigation .menu-item-210 svg {
        color: red;
    }
    .social-navigation .menu-item-211 svg {
        color: red;
    }
    .social-navigation .menu-item-212 svg {
        color: red;
    }
    .social-navigation .menu-item-214 svg {
        color: red;
    }
    Thread Starter adamhorne

    (@adamhorne)

    Amazing! Thanks @jarretc ??

    So it is not necessary to change the css in cad item
    / * Change the colors of social links * /
    .social-navigation .menu-item svg {
    / * color: #cbcbc8; it does gray * /
    color: #a80000;
    }

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