Notifications
Clear all

[Closed] Change Font color

8 Posts
2 Users
2 Likes
1,433 Views
 Rjk
(@rjk)
Trusted Member
Joined: 5 years ago
Posts: 83
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: 6 years ago
Posts: 5912
 

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)
Trusted Member
Joined: 5 years ago
Posts: 83
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 5 years ago by Rjk

   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

ok @rjk

Please explain using some screenshots what you need to change. 


   
 Rjk
(@rjk)
Trusted Member
Joined: 5 years ago
Posts: 83
Topic starter  

@astghik

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

example

 


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

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)
Trusted Member
Joined: 5 years ago
Posts: 83
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: 6 years ago
Posts: 5912
 

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