Horizontal line codes for color change

  • Unknown's avatar

    How do I change the color of a horizontal line?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see a couple grey lines on your site. The first in a bottom border on #masthead. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and edit the color code to change the color on that line.

    #masthead {
        border-color: #55ff55;
    }

    The following would be the CSS to change the color of the line between posts.

    .hentry {
        border-color: #ff55ff;
    }
  • The topic ‘Horizontal line codes for color change’ is closed to new replies.