Hi there,
is there a way to disable the "hide comment" function as you can see at the screenshot left side?
is there a way to change the color of the rating-thumb and the color for the commentator as you can see at the screenshot left side.
We did not found the options.
thnx for helping
Nico
is there a way to disable the "hide comment" function as you can see at the screenshot left side?
Use the CSS code below:
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle, #wpdcom .wpd-comment-footer .wpd-sep {
display: none !important;
}
is there a way to change the color of the rating-thumb
Use the code provided below:
#wpdcom .wpd-up {
color: #da7878 !important;
}
#wpdcom .wpd-up svg{
fill: #da7878 !important;
}
color for the commentator as you can see at the screenshot left side.
Here is the code you can use:
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom a{
color:#da7878 !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed as you like.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
thnx for helping @asti
is this the right place for the css under styles & colors as you can see at the screenshot? sry for that question but we have the german version and we do not know what Top Admin Bar > Customize means
You can add the code there as well as the in the textarea mentioned in this article: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti ok, I understand. Thnx for helping. Great support. Great product. best regards Nico



