Hi there,
I see multiple lines at the bottom of the page you linked. Which ones are you referring to? If you’re looking to get an effect like this, please try the following CSS: https://prnt.sc/liv3i8
.sub-footer, .post-footer {
border-top: none !important;
}
But if you’re referring to something else, let me know and I can try to help. 🙂
Hi,
There are 3 lines at the bottom of the page. It’s the line at the top (only) that I want to delete (the 3/4 length line). Thanks for your help.
Thanks for clarifying, is this what you’re trying to do? https://prnt.sc/ljlvau
Please try the following CSS if so:
.taxonomy-category .sub-footer {
border-top: none !important;
}
Let me know if that works. 🙂
Kind of. It worked but it left a huge gap underneath the line that was there (above disclaimer…) and it was giving me an error, something about RBRACE?