Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1213270

    Hi

    I would like to change the background colour of the social media icons in the top header, I would like the active background colour to be the same as the hover colour. Can you supply the CSS to do this please?

    Kind Regards
    Kenny

    #1213422

    Hey bramblejam,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1213584

    Hi
    I have given link in private content. I would like the active state of the social icons to have the hover background colour ie facebook blue etc It would make them standout more and give some colour to the top right of the site.

    Kenny

    #1213626

    Hi Kenny,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658;
    }
    #top #wrap_all .av-social-link-pinterest a {
        color: #fff;
        background-color: #cb2027;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1213649

    Hi Victoria

    I put the code in quick CSS but didnt seem to work?

    Kenny

    #1213714

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1213810

    Sorry to keep bothering you with this but I cant get it to work. The code is the only thing in the quick CSS and I have cleared the cache and accessed the site on another computer but still no luck!

    #1213844

    Hi,

    Please provide admin info so we can log in and look into this further.

    Best regards,
    Jordan Shannon

    #1213998

    Its working now! thanks for your help.

    #1214098

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change colour of social icons in top header’ is closed to new replies.