Oxygen theme — can date and/or title be removed from showcase slider?

  • Unknown's avatar

    I’m wondering if there is any way at all to remove the post date from the static Showcase Page image slider? Even better: remove post date AND post title from the image slider? Without doing the custom design route, of course. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    fabianapsimoes · Member ·

    I believe this would require changing the theme’s CSS, which can only be done with the Custom Design upgrade.

    If you decide on making a purchase, this piece of CSS might solve your problem:

    #featured-content header, #featured-content footer {
        display: none;
    }
  • Unknown's avatar

    Thanks very much. I suspected that was the case, I just thought I’d make sure by throwing out the question. I would go the self-hosted route before the Custom Design route, so I’ll tough it out for now with the silly title/ date hovering on my images. Thanks again for your help. :)

  • The topic ‘Oxygen theme — can date and/or title be removed from showcase slider?’ is closed to new replies.