When I make a portion of my text a heading like heading 1 or such. I get lines in the posts. I heard once it is my template doing that and I was wondering if someone could point me to the section of my template where I could fix that.
When I make a portion of my text a heading like heading 1 or such. I get lines in the posts. I heard once it is my template doing that and I was wondering if someone could point me to the section of my template where I could fix that.
style.css
that's about the best we can do without a link to your site....
Thanks,
Check out this page:
http://www.socalda.org/scdawordpress/?cat=11
#main h2 {
padding: 4px;
font-size: 1.6em;
line-height:1.2em;
border-bottom:#ddd 1px solid;
}
#main h3 {
padding: 4px;
font-size: 1.4em;
line-height:1.2em;
border-bottom:#ddd 1px solid;
}
In your style.css file, the h2 and h3 heading get their underlines from that border-bottom line
You can edit it, or delete that line if you like
Thank you so much Rev. worked great!
awesome! If you'd mark the thread resolved using the dropdown on the right, that would be very cool!
Thanks again.
This topic has been closed to new replies.