Site logo

[Support request] Create a line seperator beneath the category description and where the blog post

Home Forums Support [Support request] Create a line seperator beneath the category description and where the blog post

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1758028
    Janet Davis

    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

    #1758077
    Ying
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.