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

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. 
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
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.