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

    Hi, I have checked the posts here for a solution but none of them seem to work. Can you tell me how to remove the line running across my header just under the logo.

    I have tried the following code in Quick CSS but none of it works.

    #header .container {
    border: none !important;
    }
    .primary-background.seperator-addon.seperator-bottom {
    background: none !important;
    }

    Many thanks
    Paul

    #409027

    Hi Lamberty ;
    try to add this line in to your css file :

    #header_main{border-bottom: none !important;}
    
    #409691

    Hi!

    Did you try @begrafiks suggestion and did you have any luck with it? If not, please try the following in your Quick CSS:

    #header_main_alternate{
    border-color: transparent !important;
    }

    Cheers!
    Rikard

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