Crisi83
Member
Posted 3 years ago #
At some point I did something to my theme to make the Related Posts section become a bulleted list, instead of a full bar of color like it was once. I think it happened around the time I changed my tabs along the top. Anyways, I want to make the related posts not show up as a bulleted list, but I'm not sure what I have to do to change that.
http://yafantasy.com/mairelon-the-magician/
Thanks in advance for help!
Hi
I don't know what you mean by full bar of color, but you can turn off the bullets by adding this to your style.css file
.related ul li { list-style-type: none; }
Crisi83
Member
Posted 3 years ago #
great, I'll try that.
Basicly, once upon a time, instead of having bullets, it was just like the text started at the same place, but the line/color it was on went all the way to the edge and lined up with everything else on the page. but somehow I changed that by accident when I added something else to the site.