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

[Solved] change hex color of comment voting buttons icon

3 Posts
2 Users
1 Likes
574 Views
Posts: 6
Topic starter
(@globsticks)
Active Member
Joined: 2 years ago

Hello guys,

 

Do you know what css can change the hex color of the comment voting buttons icon; thumb up #3BFFB7 and thumb down #E8EBF7 

 

I would appreciate your help, thanks a lot

 

Best regards,

2 Replies
Asti
Posts: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@globsticks,

Use the CSS codes below:

#wpdcom .wpd-up svg, #wpdcom .wpd-up {
   fill: #3BFFB7 !important;
   color: #3BFFB7  !important;
}
#wpdcom .wpd-down svg, #wpdcom .wpd-down {
   fill:  #E91E63 !important;
   color:  #E91E63  !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.

Posts: 6
Topic starter
(@globsticks)
Active Member
Joined: 2 years ago

Thank you @asti

have a good one!

Share: