• Hi!

    I can’t seem to get rid of the Category icon on the slider… I’ve tried changing the CSS:

    ‘#featured-content h2 a, .slide-meta {
    display: inline;
    background: #000;
    box-shadow: 12px 0 0 #000, -12px 0 0 #000;
    color: #fff;
    padding: 8px 0;
    opacity: .9;
    display: none;
    }’

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    To hide only the categories on the slider, use the following.

    .slide-meta {
        display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Category Showing Up on Slider’ is closed to new replies.