Hello. You already helped with the suggestion below
Please add following code to Quick CSS
a.slide-image {
display: none!important;
}
I would like to know if it is possible to give a different style to different categories, because if i use the css suggestion i won’t have previews in home page for the news (which i need) and if i don’t i’ll have tons of pencils icons anywhere
e.g. https://www.ticass.it/ (see “news ed eventi” section) and https://www.ticass.it/download-category/presentazioni/ ( i had to add a preview image (which i don’t want).
Thanks
Hey gianazzi,
Yes, you can do this. :)
To clarify, you don’t want the preview images for https://www.ticass.it/download-category/presentazioni/ but you want the preview images for everywhere else. Correct?
Please use this code instead:
.tax-wpdmcategory.term-presentazioni a.slide-image {
display: none!important;
}
If you need to use this code for any other pages, please check the body tag and see the class that you can use.
Please let us know if you need further help.
Best regards,
Sarah
It works!. Perfect. Thank you very much