Sep 09, 2020 8:27 am
Hi there, I'm using the wpdrating shortcode and I'm trying to just show stars rather than all the extras (see image). Is there a way to do this either through the shortcode or with CSS?
Thanks
1 Reply
Sep 09, 2020 8:39 am
Hi @liammaurer,
The CSS code is provided below:
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value, .wpd-rating-left, .wpd-rating-right {
display: none !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.