This topic has 11 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
We have reviews set up and checkbox check to
X Show “verified owner” label for customer reviews
We see the code in the html using <em>
but the labels do not appear on the front end.
It appears to be a bug/css issue with the theme.
Hello,
We’ll fix it in next theme update.
Add the following code in Custom CSS to fix it on your site.
#reviews .woocommerce-review__verified.verified {
font-size: 1.2rem;
display: inline-block;
padding-left: 5px;
}
#reviews .meta time {
display: block;
}
#reviews .meta strong {
display: inline-block;
}
Regards
TYVM!!
Unfortunately, that does not work.
Tried it on both LIVE and TEST sites and it does not work.
Hello,
Replace by the following
#reviews .verified {
font-size: 1.2rem;
display: inline-block;
padding-left: 5px;
}
#reviews .meta time {
display: block;
}
#reviews .meta strong {
display: inline-block;
}
Regards
The correct CSS is below
#reviews em.verified {
font-size: 1.2rem;
display: inline-block;
padding-left: 5px;
}
Hello,
Ok, I’m glad that problem was solved.
Regards
that css code doesn’t work because I have added.
#reviews em.verified {
font-size: 1.2rem;
display: inline-block;
padding-left: 5px;
}
Hello @G,
Clear cache and check one more time – https://gyazo.com/7ccbac6c274f7ffe2d348d1e0614247b
Regards
those are there because I used another plugin and that plugin shows that verified option, but it doesn’t show that on all reviews because not all came from that plugin. I have cleared cache 5 times. The css code you have here does not work.
Hello,
User should buy the product, the order should be completed and then if he leaves the review he will get that label.
Regards
Tagged: reviews, show up, verified reviews, woocommerce, wordpress themes
You must be logged in to reply to this topic.Log in/Sign up