• Hi,
    On the homepage and category pages under the excerpt of each post, there are 2 lines. The tags go in between them I think. I don’t display the tags and categories, and I would like to remove either both lines or at least the lower one that has slightly rounded corners. How can I do that? Many thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    .blog_item.grid_item .postcontent footer {
        border-top: 0;
    }

    Is that what you mean?

    Hannah

    Thread Starter lauratraveler

    (@lauratraveler)

    Yes, this line, but above all I’d like to delete/hide the one underneath it. The one with rounded corners.

    The code below deletes the straight line on the homepage and category pages but not on the blog page. Thanks!

    hannah

    (@hannahritner)

    Can you post a link? Thanks!

    Hannah

    Thread Starter lauratraveler

    (@lauratraveler)

    Sure, Hannah! Here’s the link – https://www.travelersuniverse.com/
    Many thanks!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    Sorry for the delay! Here is the css:

    #kad-blog-grid .blog_item {
            -moz-box-shadow:none;
        -webkit-box-shadow:none;
        -o-box-shadow:none;
        box-shadow:none;
    }

    Kadence Themes

    Thread Starter lauratraveler

    (@lauratraveler)

    Thank you! As with the previous line, it works on the homepage and category pages, but not on the blog page.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can use this for the list page:

    .postlist .postfooterarea footer {
            -moz-box-shadow:none;
        -webkit-box-shadow:none;
        -o-box-shadow:none;
        box-shadow:none;
    }

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove line under post excerpt’ is closed to new replies.