Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #710508

    Hello, I would like to change the color of facbook button. How can I do this?

    Thanks in advance

    #710535


    To change color when mouse is over it
    themes/enfold/css/
    layout.css Edit/Find this code

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

    Just change color code

    #710554

    Hi!

    Please feel free to let us know if that works out or if you need anything else.

    Thanks a lot

    Cheers!
    Basilis

    #710859

    Hello, I want to change the color of facebook button. under the menu item “Επικοινωνια”.

    #711594

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .header_color .social_bookmarks a {
        color:blue !important;
    }

    Best regards,
    Rikard

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