Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710884

    Hello, I have add a social media button, under the menu item “Επικοινωνία”. Ι want to change the white color of this button. I want to site it as black. How can I do this?

    #711395

    Hey troupdim,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .social_bookmarks a {
        background: #000;
        color: #fff;
    }

    You can also change the hover using this code:

    #top #wrap_all .social_bookmarks a:hover {
        background: #fff;
        color: #000;
    }

    Just adjust the colors as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #711469

    Thanks a lot! Its done!

    #711504

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

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