Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1134138

    Hi,
    I managed to increase the size of the social media icons.
    But how can I change the colour? And I would like to use the hover state of the icon permanently. So that I have a white F in a blue circle for facebook.
    Kind regards,
    Veronika

    #1134563

    Hey Loveronika,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1136986

    Hi, did you get the link in the private content?

    #1137145

    Hi,

    I’m not seeing the link in the private content.

    Best regards,
    Jordan Shannon

    #1137257

    Hm, it doesn’t seem to work if I write something in the private content. Where else can I send the information?

    #1137441

    hi, please see private reply

    #1138430

    Hi,
    Sorry for the late reply, to change the social icons in your footer to circles try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .social_widget_icon {
        border-radius: 100px !important; 
    }

    Best regards,
    Mike

    #1138877

    it doesn’t change anything :-(

    #1139165

    Hi,

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

    Best regards,
    Jordan Shannon

    #1139273

    Hi it’s still the same although I put on the top of quick css. I would like to have hover icon for facebook all the time, ie the white f in the blue circle – so that people really see it ;-)

    #1139382

    Nice idea

    #1139616

    Hi,
    Please try this css instead:

    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff !important; 
        background-color: #37589b !important; 
    }
    

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1139651

    perfect! thank you a lot

    #1139670

    Hi,

    Did you need additional help, or shall this topic be closed?

    Best regards,
    Jordan Shannon

    #1139746

    hi, item can be closed. thank you

    #1139748

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Change color of Social Media icons’ is closed to new replies.