• Resolved OzioCat

    (@zetino81)


    Hi,

    I’ve been playing to get out the Time/date and Author posts tags on the EL publications without luck. I’m sure I’ve unactivated this option for wordpress posts on my theme (Napoli) but on EL publication is always showing up. Could you give me some hint? I will appreciate it.

    Thanks in advance.

    Ozio.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Hi Ozio,

    Best to perform theme setup for the Napoli theme which you can then use without compatibility mode.

    When in compatibility mode the theme is providing the templates instead of EPL. The other way is using CSS to hide the date/time on the pages.

    Contact our support team for Theme Setup for your premium theme.

    Thread Starter OzioCat

    (@zetino81)

    Hi Merv,

    really appreciate your help.

    To not broke theme and displaying style I’ve kept the compatibility theme and inspect with browser the section where it was showing date-time and author ( it was .entry-meta ). Then find it in the style.css for theme (napoli) and add the following code :

    .entry-meta {
    display:none !important;
    }

    Effectively, it remove automatically the non wanted to display post information.

    Thanks for share, work and help.

    Best Regards,

    Sergio Z.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Date-Time and Author User’ is closed to new replies.