• Resolved micadz

    (@micadz)


    I would like to change the color of the grey lines on my blog to match the blue color of Continue Reading. Checked the CSS but don’t seem to be able to find it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • figaro

    (@figaro)

    Those lines are defined in a few places, but find the following code in style.css and change the color codes you see to #0B96D0

    Here around line 63

    p a, p a:visited {
    border-bottom:1px solid #C9C9C9;

    Here around line 71

    h4, h2 {
    border-bottom:4px solid #C9C9C9;

    Here around line 152

    #sidebar h2 {
    border-bottom:4px solid #C9C9C9;

    That’s not all of them, but that should get you started. Pretty much, anywhere in style.css you see border-bottom with a color code of #C9C9C9; you will want to change it to #0B96D0

    Thread Starter micadz

    (@micadz)

    Thank you. Works like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the color of the lines’ is closed to new replies.