Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307513

    How can I get rid of the rules (border) that sit below the header and below the main title

    I’ve tried altering the main and alternate border colors, but it affects other elements as well

    Thanks

    #307692

    Hey Paul!

    Thank you for visiting the support forum.

    Please use this on Quick CSS or custom.css to remove the bottom border of the header:

    #header_main {
    border-bottom: none;
    }

    Cheers!
    Ismael

    #307762
    This reply has been marked as private.
    #307799

    Hi

    Please add following code to Quick CSS as well

    #main .container_wrap {
    border-top: none;
    }

    Cheers!
    Yigit

    #307933

    thanks yigit

    #307938

    Hey!

    You are welcome. Have a nice weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Rules (border) below header and main title’ is closed to new replies.