Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #378558

    I want to hide the bottom border of the header meta and I’ve been able to on all browsers except Firefox & IE

    http://192.185.4.156/~dcaarch/
    I used:
    #header_meta{

    background-color:#ffffff;
    border-bottom:0 none!important;
    border:0 none!important;

    border-bottom-style:none!important;
    border-bottom-width:0px!important;
    }

    #379045

    Hey darrylo!

    Try adding this.

    
    #header_main {
        border-top: 0 none !important;
    }

    Regards,
    Elliott

    #379582

    You rock! Thanks Eliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header meta bottom border’ is closed to new replies.