The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Change all gray col...
 
Share:
Notifications
Clear all

Question [Solved] Change all gray colors to black?

2 Posts
2 Users
0 Likes
311 Views
Posts: 4
 hokx
Topic starter
(@hokx)
Active Member
Joined: 4 years ago

I keep received complaints from google that the gray color is barely visible.

How would it be possible for me to change all the gray colors to black?
This would include:
"Reply to X" "View Replies" "x days ago" "hide Replies (x)" "(thumbs up icon)" "(Thumbs down icon)"

but also include the [Comment form] which borders and texts also are gray

Example: You can see the examples of the issue on our bonus codes page, where we have been able to modify some of it already through custom css but the remaining ones are giving us some challenges.

1 Reply
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi,

Please follow the two steps below: 

1. Please change the value of the "Comment Fields Border" option. It's located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/styles-and-colors/#style-specific-colors-default-and-dark

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

#comments div#wpdcom *, #comments div#wpdcom ::placeholder, #wpdcom .ql-editor::before {
   color: #000 !important;
}
#wpdcom svg {
   fill: #000 !important;
}
#wpdcom .wpd-form-head, #wpdcom .wpd-thread-head{
     border-bottom-color: #000;
}

Don't forget to delete the caches before checking.

Share: