Hello shanon-walter,
Add below code into active child theme’s style.css file.
Note : Don’t modify your theme. Use child theme for any modification.
.search .entry-thumb {
display: none;
}
Hope this will helps you.
Thanks!
Thanks. It worked.
is there any way to remove the sidebar of the search results page?
Hello shanon-walter,
Add below code into active child theme’s style.css file.
Note : Don’t modify your theme. Use child theme for any modification.
.search .sidebar {
display:none;
}
.search .main-column {
width: 100%;
}
Hope this will helps you.
Thanks!
Hi there,
@addweb-solution-pvt-ltd – thank you for your help 🙂
@shanon-walter – just a quick note. Please use the @addweb-solution-pvt-ltd code in Child Theme. If you don’t use Child Theme don’t paste it in style.css but use Custom CSS field under Appearance → Customize → Additional CSS.
Best,
Jarek
Kale Support