Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #665385

    Hello,

    using the content element “magazine”, I want to hide the publishing date. I already unchecked them in the theme settings under blog -> Blog meta elements. I’ve checked FAQ and could not find anything.

    Thank you very much.

    Kind regards,

    Anja

    #665391

    Hey anjmat,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-magazine-time {
        display: none;
    }
    

    Best regards,
    Yigit

    #665396

    Perfect. thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Magazine hide publishing date’ is closed to new replies.