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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] change hex color of comment voting buttons icon

3 Posts
2 Users
1 Reactions
1,162 Views
Posts: 6
Topic starter
(@globsticks)
Active Member
Joined: 3 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 3 years ago

Thank you @asti

have a good one!

Share: