Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #480574

    Hi team Kriesi!

    I haven’t been able to find anything on this in the forum so I’m not sure if it is possible, but I would like to customise the social media share entry icons at the end of my blog posts to my branded icons (found in my footer) I would also like to change the hover over colours of these icons.

    Can you let me know if this is possible?

    Thanks very much for your help,

    Taryn

    #480694

    Hi Taryn!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .av-social-link-facebook:hover a {
        background-color: #7D548C;
    }
    #top #wrap_all .av-social-link-twitter:hover a {
        background-color: #D4A1B9;
    }
    #top #wrap_all .av-social-link-pinterest:hover a {
        background-color: #D4A1B9;
    }
    #top #wrap_all .av-social-link-mail:hover a {
        background-color: #B090B0;
    }

    Best regards,
    Yigit

    #491239

    Thanks Yigit, this worked perfectly!

    #491270

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    P.S.: Your website looks awesome :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change social media icons in blog post (share entry section)’ is closed to new replies.