Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133515
    Debbie
    Participant

    How do I change the hover effects for the social buttons? In particular, I’d like the background to be white (it’s currently reddish), the foreground (the image) to be #28b3c5 (it’s currently bluish), and for there not to be an underline. I’ll probably play with the colors once I see it, but it’s a good starting point.

    https://miboxdallas.com

    Thanks!

    #133561
    Skandha
    Participant

    @violetdeb: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .fa.fa-facebook:hover, .fa.fa-google-plus:hover, .fa.fa-link:hover {
    	background:#ffffff;
    	border:none;
    	color: #28b3c5;
    }
    a:focus, a:hover {
    	text-decoration:none;
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    #133598
    Debbie
    Participant

    Perfect — thanks!

    #133624
    Skandha
    Participant

    @violetdeb: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Regards,
    Skandha

    #133737
    Debbie
    Participant

    I’m using the Clean Business theme, not the Fabulous Fluid theme. But I’m way ahead of you … I left a review several months ago. 🙂

    https://wordpress.org/support/topic/another-great-theme-from-catchthemes-great-support/

    #133769
    Skandha
    Participant

    @violetdeb: Sorry for the wrong link. Thank you for the review. Have a good day.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social Links hover effects’ is closed to new replies.