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

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!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.