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

    Hello

    I am trying to change the hover cover for my social media icons on my header. I would like them to change to #e66086 on hover rather than the multi-coloured default. Is this possible?

    I was advised to do the following however it did not work:

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    #top .social_bookmarks li a:hover {
    background: transparent!important;
    color: #e66086!important;
    }

    Any other ideas?
    Thank you, Fiona

    #571802

    Hi fionalea!

    Add this to your custom CSS.

    .social_bookmarks > li:hover > a {
        background: #e66086 !important;
    }

    Cheers!
    Elliott

    #572880

    Thank you Elliot, that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing hover colour for social media icons (header area)’ is closed to new replies.