Notifications
Clear all
Topic starter
29/08/2018 8:34 pm
Hi here!
How can I change this icon + text color?
https://screenshots.firefox.com/stkCrt18FZH6AHFz/automotard.fr
And I would know how to change background of comment number "1" beside "Poster un commentaire".
Thanks for this very good plugin!
This topic was modified 6 years ago 2 times by Adrien
30/08/2018 1:02 pm
Thank you Adrien,
Please use the following CSS code, put it in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea:
/* icon + text color */
#wpcomm .wpdiscuz-form-top-bar .wpdiscuz-user-settings{
color: #3f00ff;
}
#wpcomm .wpdiscuz-form-top-bar #wc_show_hide_loggedin_username{
color: #3f00ff;
}
#wpcomm .wpdiscuz-form-top-bar .wpdiscuz-user-settings:hover {
color: #666;
}
/* background of comment number "1" beside "Poster un commentaire". */
#wc-comment-header .wpdiscuz-comment-count .wpd-cc-value{
background: #3f00ff;
}
#wc-comment-header .wpdiscuz-comment-count .wpd-cc-arrow{
border-top: 8px solid #3f00ff;
}
Don't forget to change the red marked color codes before using.
Topic starter
30/08/2018 2:03 pm
Perfect!
Many thanks Astghik 🙂