Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #960671

    Hi there,

    I used to hide meta information like publishing date from slide entries by adding the following to the custom css:

    .avia-content-slider-inner .slide-image {
    display: none !important;
    }
    .avia-content-slider-inner .slide-meta {
    display: none !important; 
    }

    I’m afraid this no longer works after updating to the latest Enfold version.

    You can have a look at the website provided in the private content, there’s a slider in the middle of the page below “Neuigkeiten”. I want to hide the category of each item and the publishing date.

    Thanks!

    Cheers,
    Mischa

    #961229

    Hey mchbeck,

    Add this to quick css:

    .blog-categories.minor-meta{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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