The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
two color change qu...
 
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] two color change questions

3 Posts
2 Users
0 Reactions
235 Views
Posts: 4
Topic starter
(@alchemy)
Active Member
Joined: 8 months ago

Hello, I'd appreciate some CSS help for changing the color of the reply to author name (I want it to be something other than blue) and the highlight voting buttons for voters (something other than red).
Thanks much!

wpdiscuz reply to link color
color of highlight voting buttons for voters

 

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi,

The CSS code: 

#wpdcom .wpd-comment .wpd-reply-to a {color: #000;}

 For the like button, use this one: 

#wpdcom .wpd-up svg{
    fill: #000 !important;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

The red-marked value can be changed as you like.

Posts: 4
Topic starter
(@alchemy)
Active Member
Joined: 8 months ago

Thank you!

Share: