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

    Hi, I have tried everything to remove the horizontal line that runs through the logo on the page. I would also like to remove the vertical lines between the social icons.

    The header CSS I am using is

    /* Header and Top Menus */
    .logo {margin-top: -15px;}
    #header_main {
    z-index:10;
    background-color: #EFEFF4;
    border-top-style: none;
    box-shadow: 0px 8px 12px rgba(100, 100, 100, 0.50);
    }
    #header_meta {background-color: #EFEFF4; }

    #291940

    Hey Denis!

    Try adding this code to the Quick CSS:

    #header_meta {
        box-shadow: none !important;
    }
    #top #wrap_all .social_bookmarks li {
        border: 0 !important;
    }

    Cheers! 
    Josue

    #291942

    Josue, Many thanks, some things are hard to find :)

    #291948

    You are welcome, always glad to help :)

    Regards,
    Josue

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