• Is there a way to hide the date on ‘event’ list on home page

    I would like to just show the featured image without the date.

    using accesspress-pro any info on this would be appreciated –

    Thanks Andy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andyi

    (@andyi)

    Just to add .. had a look at previous solution (3 months ago) – but cant find the index-one.php to follow that way.

    Theme Author Access Keys

    (@access-keys)

    Hi there,
    Please try adding following css rule in Dashboard > Appearance > Theme Options > Tools > Custom css.

    .event-thumbnail .event-date{
    display: none;
    }

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘date on 'event' list on home page’ is closed to new replies.