Hi,
how can I remove the horizontal lines between different bullet points/numbers in ordered or unordered lists (the
- /
- HTML tags)?
Thanks!
Hi,
how can I remove the horizontal lines between different bullet points/numbers in ordered or unordered lists (the
Thanks!
oops, sorry. should have been UL & OL HTML tags.
Search for following code in style1/2/3.css:
.entry ul, .entry ol{
border-top:1px solid #D6D6D6;
color:#555;
}
.entry ul li {
background:url("../images/skin1/bullet_list.png") no-repeat scroll 0 12px transparent;
border-bottom:1px solid #D6D6D6;
}
.entry ol li {
border-bottom:1px solid #D6D6D6;
}
You need to remove the borders (bottom & top) if you want to get rid of the lines.
Hi,
I've applied your recommandations, but it doesn't work... Even if I remove the ul ol and li tags completely, all stays... I did the changes in the 3 stylesheets that are in the theme, under the directory CSS... Are these the good ones, and if so, any idea why there's no effect after the changes ?
Kind Regards,
Bruno.
Can you post a link to your site? I need to look at your css.
The Dude
Hi,
I've solved the issue... In fact, there was an issue with my FTP rights, and as I was saving from bdedit through FTP directly, they got never saved. Sorry for bothering !!!
Glad that everything works now.
You must log in to post.