Home Forums WoodMart support forum Hide post date

Hide post date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367670

    Giannin
    Participant

    I used the following code in CSS to hide dates in blog posts.

    .blog-post-loop .wd-post-date,
    .single-post .wd-post-date {
    display: none;
    }
    I installed the child theme and put the code to the style.css file in the child theme.
    But nothing: the post date appear..
    Why?

    #367746

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    You may apply a different design and that is why it does not work.

    Best Regards

    #367761

    Giannin
    Participant

    Here the access

    #368089

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-post-date.wd-style-with-bg {
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)