• Resolved littlep

    (@littlep)


    Hello, I want to remove the date and the author’s name from the articles of my site.
    I’m using the theme Consulting and my site is still under construction on a local server.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to: Appearance > Customize > Additional CSS

    Apply following and Save:

    .entry-content .entry-meta .date,
    .entry-content .entry-meta .author {
      display: none;
    }
    

    Hope this will help.

    Hi Littlep,

    If the provided code doesn’t work for you then you can use this code instead:

    .entry-meta .date,
    .entry-meta .author {
      display: none;
    }

    Thanks!

    Thread Starter littlep

    (@littlep)

    Thanks a lot ! It’s perfect !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove date and author’s name from the articles’ is closed to new replies.