Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637759

    Hello,

    I wonder as I do for the social media icons on my website stay with the style you have to hover over them, that is, that instead of a transparent background have the circle of color that characterizes every social network.

    #637776

    Hey NBSIME,

    To have the color of the social icons always being displayed add the following the css:

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

    The above is an example for Facebook and YouTube.

    Best regards,
    Jordan

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