Home Forums WoodMart support forum remove of comments date

remove of comments date

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

    mehmet.kara3447
    Participant

    hello

    how can i remove of comments date

    thank you

    Attachments:
    You must be logged in to view attached files.
    #458269

    Hello,

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

    body .woocommerce-review__published-date{
    display:none;
    }

    Best Regards

    #458342

    mehmet.kara3447
    Participant

    Hello again,

    It worked! Thank you. However, as I showed in the photo, there is still a “-” symbol. I also want to remove this symbol, how can I do that?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #458412

    Hello,

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

    body .woocommerce-review__dash{
    display:none;
    }

    Best Regards

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