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

    Hi,

    i am trying to set up the theme and want to remove the following bottom border:

    Bottom Border

    I tried removing it, but so far it didn’t work.
    The highlighter under the main menu can stay, but how do i change or remove the other bottom border?

    At the moment i got the following css:

    #header_main_alternate {
    border: none;
    }

    #main_color container_wrap fullsize {
    border: none;
    }

    #header_main {
    border: none;
    }

    #371772

    Hi,

    If you can provide me with a link to the website, i could check out where the border is coming from and how to remove it.

    cheers

    #371774

    Hey MaxJulian!

    Please try adding !important rule as following

    #header_main {
    border: none !important;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

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