Hi,
How can I remove the horizontal underline above unordered lists?
An example is here: http://carshowsign.com/contact/ .
Thanks in advance,
Justin
Hi,
How can I remove the horizontal underline above unordered lists?
An example is here: http://carshowsign.com/contact/ .
Thanks in advance,
Justin
Hey,
add following code to css/custom.css:
.entry-content ul, .entry ol{
border-top: none;
}Thanks, but I'm still having trouble removing the horizontal rule on this page for h2,h3,h4,h5,h6 headings....
http://carshowsign.com/car-sign-guide/
I've searched the style.css file multiple times for any clues.. no luck..
Thanks,
j
Hey,
in your light-skin.css (in the CSS folder which you can access through your FTP) you'll find
h2, h3, h4, h5, h6
You can remove the border here too.
You must log in to post.