Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #924728

    I’ve searched forums and can’t find solution for the life of me. I’m just looking to remove the lines that appear between the social icons in the extra elements header and change the hover color all to the same color if I may? Please visit website URL to see lines I’m referring to – thank you in advance!
    Regan

    #924772

    Hey Regan,

    Add the following to quick css:

    #top .social_bookmarks li{
    border:none!important;
    }
    
    #top .social_bookmarks li a:hover{
    background:red!important;
    }

    Simply change the background value to whatever you want.

    Best regards,
    Jordan Shannon

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