Home Forums WoodMart support forum Edit product page Reply To: Edit product page

#345136

Hello,

Sorry but there is no option in Theme Settings available to achieve what you require.

You can try the following Custom CSS in the GlobalCustom CSS area under Theme Settings >> Custom CSS and try adding it manually.

.commentlist .comment-text .description::after {
    content: "Verified";
    background: green;
    color: white;
    padding: 4px;
}

Best Regards