• Resolved inbalnce

    (@inbalnce)


    I know there was another post about this topic, and they said it was in the #contentwrapper block, but I can’t find it.

    Is there a way to use “simple css” to remove the line?
    Something similar to…

    #site-title {
    display: none;
    }

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Hi,

    You will be adding a menu there probably so the top line is a design featured. However if you want to remove it from the home page you can add the following css code

    .home #contentwrapper {border-top:none;}

    Thanks,
    Edy

    Thread Starter inbalnce

    (@inbalnce)

    Worked perfectly!

    I was able to remove the horizontal line from all of my pages by using

    #contentwrapper {border-top:none}

    Thanks Edy!

    Thread Starter inbalnce

    (@inbalnce)

    Thanks Edy!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the horizontal line at the top of the page’ is closed to new replies.