Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1024963

    Hi, i want to know how i can change the hover effect in the social icon custom.

    In the private content i give you the link of my website.

    How to do it for give a social icon Slack another hover effect?

    • This topic was modified 6 years, 1 month ago by Mickyhood.
    #1025133

    Hey Mickyhood,

    This would have to be done via css. What effect are you looking to achieve.

    Best regards,
    Jordan Shannon

    #1025141

    Like the other icons. A background color and the icon that changes color when the cursor is on it.

    Thanks for the reply, do a great job with this forum. :)

    • This reply was modified 6 years, 1 month ago by Mickyhood.
    #1025612

    Hi Mickyhood,

    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-slack:hover a {
        color: #fff;
        background-color: red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1026119

    I insert it but not work. Why? If you want to see in the website is now insert.

    #1026184

    Hi,
    Please try this code in the General Styling > Quick CSS field or in your WordPress > Customize > Additional CSS

    #top #wrap_all .av-social-link-slack:hover a {
        color: #fff !important; 
        background-color: red !important; 
    }

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #1026379

    Yeah! Work!!! Thanks a lot. Great!

    #1026431

    Hi,

    I’m glad that worked. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change social icon top hover effect.’ is closed to new replies.