Hi, I need a little help. I would like to remove the line below each list item within the content of posts and pages only. Not within the side panel or footer. Can someone point me in the right direction?
Remove line in ordered and unordered lists
8 posts from 3 voices-
Posted 1 year ago #
-
Hi,
can you link to your site, this way we get a visual of what you mean, which allows us to give specific instructions.
Posted 1 year ago # -
Hello,
Below is the link to the site. In the middle of the page, there is a list. Under each item in the list is a line. I don't want the line.
http://deputyshiporder.co.uk/about-deputyship-orders/become-a-deputy/
Thanks!
Posted 1 year ago # -
Hey,
add following code to css/custom.css:
.entry-content ul li { border-bottom: none; }Posted 1 year ago # -
I did and the lines are still there. :(
Posted 1 year ago # -
Hey,
it seems you pasted a different code in your custom.css than Dude suggested. Try removing everything from your custom.css and replace it with what Dude posted.
If this doesn't work try this, it'll also get rid of the other line that's left:
.entry-content ul, .entry ol, .entry-content ul li{ border:0; }Posted 1 year ago # -
Thank you guys very much! It's working now.
Posted 1 year ago # -
Glad that we could help you :)
Posted 1 year ago #
Reply
You must log in to post.














