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.

 

How to change this icon + text color?

3 Posts
2 Users
0 Reactions
2,369 Views
(@adrien)
Active Member
Joined: 9 years ago
Posts: 12
Topic starter  

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 7 years ago 2 times by Adrien

   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6450
 

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. 


   
ReplyQuote
(@adrien)
Active Member
Joined: 9 years ago
Posts: 12
Topic starter  

Perfect!

 

Many thanks Astghik 🙂


   
ReplyQuote
Share:
Scroll to top