Home Forums WoodMart support forum Can't hide post date

Can't hide post date

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #201529

    tnc05
    Participant

    Hello, I am trying to hide my post date with CSS but is not working

    .woodmart-post-date {
    display: none !important;
    }

    Any idea? Thanks!

    #201533

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

    #201535

    tnc05
    Participant

    Hey! I think you’ve answered the wrong question.

    I asked for help to hide post date.

    Thanks!

    #201540

    Hello,

    I am terribly sorry I prepared this code for you:

    body .woodmart-post-date {
        display: none;
    }

    And inserted those. Please delete the code and insert the correct one.

    Best Regards

    #201544

    tnc05
    Participant

    Don’t worry, it’s ok! 🙂

    I’ve tried this code before but it doesn’t work, also with !important.

    #201550

    Hello,

    Do you have cache plugins? Try to clean the cache. I have tested this code on my demo before sending it. Should work. https://gyazo.com/ea9dbb17f53374a6bafac610c00f1123

    Best Regards

    #201561

    tnc05
    Participant

    Oh, I was tested it on Custom CSS WordPress option.

    I’ve added it on Woodmart Global Custom CSS and it works!

    Thanks a lot!

    #201562

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Can't hide post date’ is closed to new replies.