Home Forums WoodMart support forum I need your help with product evaluation

I need your help with product evaluation

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

    gastroinventar.dk
    Participant

    hello, how can I remove the marked text in the picture, I want only the number to remain, as an example, I want it to appear as (1).

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

    Hello,

    Please check Dashboard> Layouts, find the template for a Single product, and remove this element.

    If you have any questions please feel free to contact us.

    Best Regards

    #479594

    gastroinventar.dk
    Participant

    Please don’t answer my question without reading it 🙁 I just want to remove the post next to the number 1 in parentheses next to the stars. I don’t want to remove all the comment stars, I specifically flagged the photo in the previous post.

    #479772

    Hello,

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

    .woocommerce-review-link {
    font-size: 0;
    }
    
    .woocommerce-review-link .count {
    	font-size: var(--wd-text-font-size);
    }
    
    .woocommerce-review-link .count:before {
    	content: "(";
    }
    .woocommerce-review-link .count:after {
    	content: ")";
    }

    Best Regards

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