The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
change colors and d...
 
Share:
Notifications
Clear all

[Solved] change colors and disable hide comment function

5 Posts
2 Users
1 Likes
525 Views
Posts: 36
Topic starter
(@nick776)
Trusted Member
Joined: 4 years ago

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

2021 03 29 11h41 35

 

 

4 Replies
Asti
Posts: 7149
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@nick776,

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.

 

3 Replies
(@nick776)
Joined: 4 years ago

Trusted Member
Posts: 36

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

2021 03 29 12h35 11
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7149

@nick776,

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/

(@nick776)
Joined: 4 years ago

Trusted Member
Posts: 36

@asti ok, I understand. Thnx for helping. Great support. Great product. best regards Nico

Share: