Hi @m155y5
I use autoptimize, but have cleared cache a few times with no change. It still shows the ratings as SSSSS
Hi Riaan,
Thank you for your lightning-fast response!
Here is a screenshot of what I mean. It’s only on the home page where I use a product block to display products.
View post on imgur.com
Regards
Kev
-
This reply was modified 5 years, 4 months ago by kevink82.
@meisha
Here you go Bud, I just figured it out(all buttons plus storefront homepage), hope it helps a lot of people!
Just add the following to additional CSS:
input,
select,
textarea,
.hentry .entry-content .wp-block-button .wp-block-button__link,
a.button,
a.button:visited,
button,
html input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 20px;
}