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

[Solved] two color change questions

3 Posts
2 Users
0 Reactions
204 Views
Posts: 4
Topic starter
(@alchemy)
Active Member
Joined: 7 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: 8060
 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: 7 months ago

Thank you!

Share: