Search results date and author remove

Pleaes let me know how to remove the date and the author from the search results page below;

Hi @dylandesilva,

Thanks for reaching out.

Since it’s only specific to search, then the quickest solution is adding this CSS to Theme Options > CSS

.search-results .p-meta {
display: none !important;
}

This maybe helpful too https://divi.space/css-course/use-browsers-developer-tools-test-css-changes/ if you need to create custom CSS similar to what I provided.

Thanks!

Tks. Please tell me how to remove this black strip

Hey @dylandesilva,

Since that is part of our theme’s style, you need to add another CSS.

.entry-thumb {
    background-color: #fff;
}

Please just note that I’ve provided the code because it’s just a minor cosmetic tweak. We do not provide theme customization in general.

Hope that helps.

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