• Is there a way to eliminate the categories on the carousel – so all you are seeing is the title and the tagline?

    For example, would like to lose “contemplations and silly life observations, front page” from the first article.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can use the following CSS to hide them in Appearance->Customize->Additional CSS

    #slider .slider-info .entry-cat {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Eliminate the categories on carousel?’ is closed to new replies.