Forums

[resolved] LInes in posts (7 posts)

  1. kntdan
    Member
    Posted 1 year ago #

    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.

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    style.css

    that's about the best we can do without a link to your site....

  3. kntdan
    Member
    Posted 1 year ago #

    Thanks,
    Check out this page:
    http://www.socalda.org/scdawordpress/?cat=11

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    #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

  5. kntdan
    Member
    Posted 1 year ago #

    Thank you so much Rev. worked great!

  6. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    awesome! If you'd mark the thread resolved using the dropdown on the right, that would be very cool!

  7. kntdan
    Member
    Posted 1 year ago #

    Thanks again.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.