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

    Hello Team.
    How do I remove the thumbnail from a specific category page only?

    Don’t want to show the pencil for posts with no image associated or if not possible do not want the thumbnail at all.

    Thank you!

    #1290933

    Hey gianazzi,

    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

    
    .slide-entry.fake-thumbnail .slide-image,
    #top .avia-content-slider .fake-thumbnail .slide-image {
      display: none ;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1291320

    Thank you. Is it possible to remove the thumbnail from “news” and “Progetti in corso” in Home Page?
    https://www.ticass.it/

    thanks

    #1291937

    Hi,

    Looks like you have managed to remove the featured image in the news and the other section in the home page.

    .home .avia-content-slider .wp-post-image {
        display: none!important;
    }

    Let us know if you need anything else.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.