• rsaeks82

    (@rsaeks82)


    Hi there,

    Is there a way to change the color or increase the thickness of the post separator? The color that is used right now is a very light grey and tough to see.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sean Davis

    (@sdavis2702)

    Can you describe in more detail what post separators you’re referring to?

    Thread Starter rsaeks82

    (@rsaeks82)

    The light grey line appearing between posts as shown here:

    http://tinypic.com/r/izw9vm/8

    Sean Davis

    (@sdavis2702)

    Ah… totally forgot about that separator. It only appears when there’s no featured image used.

    To increase the thickness, add this to your child theme CSS file or plugin that adds CSS edit functionality:

    @media screen and (min-width: 401px) {
        .list-view .site-content .hentry {
            border-top: 4px solid rgba(0, 0, 0, 0.1);
        }
    }

    To adjust the color, change rgba(0, 0, 0, 0.1) to whatever hex color code you’d like.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post separator’ is closed to new replies.