Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52362
    Cameila
    Member

    Hello I am trying to design a website for one of our organizations domains. I am using Catch Base free. The site is a tribute site for deceased veterans. I am using the featured slider option to have a slide show of some of Veterans who have passed. I am getting lettering on the slide which I would like to remove. How can I remove this content?

    #52372
    Sakin
    Keymaster

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

    #52376
    Cameila
    Member

    Thank you so much. It worked perfectly. Is there a way to get rid of the dots at the bottom which shows what slide you are on?

    #52433
    Sakin
    Keymaster

    @Cameila: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #feature-slider .cycle-pager { display: none; }

    #52446
    Cameila
    Member

    Thanks so much – your help is greatly appreciated

    #52469
    Sakin
    Keymaster

    @Cameila: Thanks for your appreciation and if you really like Catch Base theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Catch Base Free removing excerpt from featured slide’ is closed to new replies.