Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1355100

    Hi,
    I need to show the icon facebook always blue, like when the mouse over the icon.
    where can modify it?

    regards

    #1355124

    Hi jormen,

    It’s predefined so the only way to change it is via CSS code in Enfold > General Styling > Quick CSS.
    Add this code inside Quick CSS and just change the color and background color:

    #top #wrap_all .av-social-link-facebook:hover a,
    #top #wrap_all .av-social-link-facebook a:focus{
    	color: #fff;
    	background-color: #37589b;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1355241
    This reply has been marked as private.
    #1355280

    Hi,
    Thanks for the link to your site, when I check your icon it is blue & white on mouse-over, if you want it blue before mouse-over try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #header_meta .av-social-link-facebook a {
        color: #37589b;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1355370

    Thanks
    now working

    #1355378

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Facebook icon color’ is closed to new replies.