• Resolved tramspotters

    (@tramspotters)


    Hi,

    I′ve startet with Foyer, it′s great for our presentations screens in the floor. I use it to show information like actual date, time or weather.

    Unfortunately Foyer will show the date of a wordpress post, too. This is confusing, because one page shows the date of the page (some days ago) and the actual date.

    What can I do that Foyer doesn′t show the date of a wordpress post? I already modified the file style.css with “.entry-author-link, .entry-date { display: none; }” but this has no effect in Foyer ??

    Thanks for your help and best wishes
    Guido

Viewing 1 replies (of 1 total)
  • Plugin Author Menno Luitjes

    (@mennolui)

    Hi there,

    This can be done with CSS.

    .foyer-slide .foyer-slide-field.foyer-slide-field-date {
      display: none;
    }

    You can add that CSS to your site using the WordPress Customize > CSS section. Or add it to your theme’s CSS file (never edit plugin files though!).

    Hope that works!

    If not you can of course use the Inspect function of your browser to find out what classes are being used, so you can target those with CSS. More info here: https://www.lifewire.com/get-inspect-element-tool-for-browser-756549

Viewing 1 replies (of 1 total)
  • The topic ‘Remove date of post’ is closed to new replies.