• Hi great plugin! I am using the Mercury theme and want to change 2 things if possible? (1) can I change the word Twitter etc to an icon? Or (2) can I change the colour of the each individual link to a different colour and a different hover over eg Facebook in blue with a blue hoover link). Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Ales

    (@alesmal)

    Hi! Thanks for your feedback.

    Mercury theme is designed to use text links for social media and it can’t be changed in the settings.

    Color can be changed by custom CSS like this:

    .social-instagram {
        color: #3f729b;
    }
    
    .social-instagram:hover {
        color: #3f729b;
    }

    It should always match .social-socialnetworkname

    Ales

Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Links’ is closed to new replies.