Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #583245

    Hi,

    I added the following code and it worked as expected, all bottom lines from color sections were removed:

    .container_wrap { border-top: none !important; }

    However, I would like to have a line at the top of the footer area. Without the code above the line shows up to separate the contents and the footer areas (which is how we want it) but we do not want the line to be displayed in the contents area, between color sections.

    Is there a way we can add the line JUST to the footer? (top footer line?) URL is in PVT.

    Many thanks team.

    #583249

    Hi sitesme!

    Please add following code to Quick CSS

    #footer.container_wrap {
        border-top: 2px solid red!important;
    }

    Cheers!
    Yigit

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