Delete Section Line

Can I delete this section line the footer line is ok but 2 is not looking good

Hi @rotation,

Please try this code:

footer.x-colophon.bottom {
    border-top: 0;
}

In case it does not work, please provide the URL of the site in question.

Thank you.

that worked for 1 line on some pages but not all pages, - the post portfolio pages and blog pages still 2 have lines - can I get ride of the footer line as well? I need no line at all on the footer area.

Hello @rotation,

Thanks for updating the thread. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

footer.x-colophon.top {
    border: none;
}

.x-colophon.bottom {
    border: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This worked Thanks

You’re welcome, @rotation.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.