Show my Search result, category, and blog post pages in a card view

Here you can see the upper border is little fade away, is it any CSS to show this in a proper box structure?

Hi Saswata,

Thanks for reaching out.

Sure, you can do that by adding this CSS to Theme Options > CSS

.search-results .entry-wrap {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 10px;
}

Thanks!

1 Like

Thanks @Rad d

You’re welcome!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.