Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #792232

    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

    #792394

    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

    #792426

    It works!. Perfect. Thank you very much

    #792606

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Headlines but without the grey boxes with the pencil…’ is closed to new replies.