Hello Sirs,
I would like to remove the following objects from search results page, but not from products page:
img.alignleft.size-full.wp-image-740
img.wp-image-744.size-full.alignright
and I also would like to add product price and cart button.
Please see the following screenshot: https://prnt.sc/i1ythr
Thank You in advance,
Nick
Hey Nick,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Nick,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.search.search-results .wp-image-744.size-full,
.search.search-results .size-full.wp-image-740 {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
You are brilliant! Your code worked!
Thank You very much.
Best regards,
Nick
Hi Nick,
Glad that Victoria helped you. Thanks for using Enfold :)
Best regards,
Nikko