Site logo

Archived topic

Create a line seperator beneath the category description and where the blog post

1 reply · Started by Janet Davis on April 30, 2021

Viewing posts 1–2 of 2

I would like to add a line or other physical image below the category description and before the blog posts start. I was looking at the elements but couldn't figure it out. Thank you
Janet

Hi Janet,

Try this CSS, feel free to adjust the numbers.

.archive .generate-columns-container .page-header:after {
    content: "";
    width: 100%;
    left: 0;
    background-color: #7a7676;
    height: 3px;
    position: absolute;
    bottom: -20px;
}
.generate-columns-container .page-header {
    position: relative;
}
This archived topic is closed to new replies.