• Resolved ashlynbkirk

    (@ashlynbkirk)


    Hi all,

    I’m trying to remove the date and category from my homepage’s featured content. I’d also like to remove the shadowbox so that you can see the entire image. Is there a CSS for this? Or any suggestions? I tried a plugin but that didn’t work. The theme is Roseland.

    Related URL: https://customvisionmarketing.com/

Viewing 1 replies (of 1 total)
  • Thread Starter ashlynbkirk

    (@ashlynbkirk)

    I figured it out. So for anyone who might need it in the future. Go to custom css and:

    .sq-slider-content {
    display: none;
    }

    .sq-post-title {
    display: none;
    }

    .sq-post-date {
    display: none;
    }

    .sq-post-categories {
    display: none;
    }

    .sq-slider-content-container {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide date and blog category’ is closed to new replies.