Home Forums WoodMart support forum delete text review section

delete text review section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #556682

    atelierullira
    Participant

    that text may be deleted from there

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

    Hung Pham
    Keymaster

    Hi atelierullira,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering.

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .woocommerce-noreviews{
    	display: none;
    }

    Regards,

    #557032

    atelierullira
    Participant

    it hasn’t disappeared yet

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

    Hung Pham
    Keymaster

    Hi atelierullira,

    Please remove the previous one and use below one

    div.wd-reviews-heading h2{
    	display: none;
    }

    Regards,

    #557391

    atelierullira
    Participant

    the code doesn’t work

    #557400

    atelierullira
    Participant

    but this text remained, you can delete this too?

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

    Hung Pham
    Keymaster

    Hi atelierullira,

    I helped you to modify the code, please double check.

    Regards,

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