Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #692966

    Hello,

    In my Enfold website, the social icons in the footer are underlined and green on active mode.

    How can I set the text-decoration to none and change the active color to white?

    Regards,

    Martin

    #692990

    Hey Martin,

    Thanks for reaching out to us.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .social_bookmarks a {
        color: #ffffff !important;
        text-decoration: none !important;
    }
    

    Best regards,
    Jordan

    #693080

    Sorted. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Media Icon: text-decoration and color change’ is closed to new replies.