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.

 

[Closed] Change Font color

8 Posts
2 Users
2 Reactions
2,082 Views
 Rjk
(@rjk)
Estimable Member
Joined: 6 years ago
Posts: 84
Topic starter  

Is it possible to change the color of the font in the comment box?

Regards,

 

Johan


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

Hi  Dashboard > Comments > Settings,

Please navigate to  Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again. 

#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #523636 !important;
}

Don't forget to change the red marked code before using. 

Press Ctrl+F5 before checking to reload the updated CSS file.   


   
 Rjk
(@rjk)
Estimable Member
Joined: 6 years ago
Posts: 84
Topic starter  

@astghik

many thanks for the reply.

So it should look like this:

 

.comments-area{width:auto;}
wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #080707 !important;
}

 

because that doesnt work, not even after refreshing and removing cookies.

 

This post was modified 6 years ago by Rjk

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

ok @rjk

Please explain using some screenshots what you need to change. 


   
 Rjk
(@rjk)
Estimable Member
Joined: 6 years ago
Posts: 84
Topic starter  

@astghik

the yellow font, when people respond, needs to be changed into black

example

 


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

ok @rjk,

Use this CSS code:

#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text p {
color: #080707 !important;
}

   
 Rjk
(@rjk)
Estimable Member
Joined: 6 years ago
Posts: 84
Topic starter  

perfect, works fine. Wish i had all your knowledges about css. 

Many thanks for the help.


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

Glad to hear that the issue is fixed.

The best way to learn CSS is described here:

https://css-tricks.com/where-do-you-learn-html-css-in-2019/


   
Rjk reacted
Share:
Scroll to top