Home Forums Pro Themes Magazine Plus Pro Featured Carousel – Remove Category

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #171506
    Neil
    Participant

    Hi, I’ve removed the date from the items shown on the Featured Carousel, but I also want to remove the Category too – so I’m just left with the image and the post title on display. Is there a way to do this please? Thank you.

    #171653
    Psink
    Keymaster

    Yes, there is a way to remove categories from Featured Carousel. Please add this CSS in the Additional CSS to remove both date and category

    
    .featured-carousel-item-meta {
        display: none;
    }
    
    #171724
    Neil
    Participant

    Great, thank you. Obvious now I see the code.

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