Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #411220

    Can you provide me with some quick css to remove the border line underneath the header. It only seems to be showing up on my portfolio pages. Thank you!

    #411243

    Hey djshortkut!

    Please add following code to Quick CSS

    .container_wrap {
      border-top: none;
    }

    Best regards,
    Yigit

    #411244

    This worked for me:

    /*removes top and bottom borders from subnav*/
    
    #top .av-submenu-container {
        border-bottom-width: 0px;}
    
    #411246

    Thank you! You can close this thread.

    #411786

    Hey!

    glad you figured it out and thanks for sharing your solution with others. Let us know when you need some more help.

    Cheers!
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove border line under header’ is closed to new replies.