Home Forums Weaver Xtreme Theme Extreme Social Media Icons

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17465
    SjSings2
    Participant

    Okay, so if I change the color in the shortcode, is there any way to change the hover color? I’ve tried every combination of css I can think of and I haven’t had any luck…

    #20539
    scrambler
    Moderator

    The color and hover of the social icons are the one defined in Main Options > Wrapping Areas > Wrapping Areas > Standard Link settings.

    If you need the link color of the social icons to be different than the standard link, you need to use custom CSS rules (below) placed in Main Options > Fonts & Custom > Custom CSS Rule box.

     .weaver-social a:hover {color:yellow;}

    #20540
    SjSings2
    Participant

    Thanks for the response. I copied your code and it still doesn’t work. 🙁

    #20541
    scrambler
    Moderator

    Try adding !important

     .weaver-social a:hover {color:yellow !important;}

    If not, we need a link to your site to see what may be going on

    #20542
    SjSings2
    Participant

    You’re my hero!! That works. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.