Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56281
    JEmma2314
    Member

    Hi –
    I would like to remove the page name from the featured slider image. I see the CSS for other themes but not for Catch Responsive. Is it possible to do this in the Free version?

    #56330
    Sakin
    Keymaster

    @JEmma2314: If you want to hide full text then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .entry-container { display: none; }

    But if you just want to hide page title, then add the following css instead:
    #feature-slider .entry-header { display: none; }

    #56338
    JEmma2314
    Member

    Great, thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Page Name and Excerpt from Featured Slider Image’ is closed to new replies.