The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to reduce font ...
 
Share:
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.

 

Question [Solved] How to reduce font size in the comment box?

4 Posts
2 Users
1 Reactions
1,029 Views
Posts: 7
Topic starter
(@twewscd)
Active Member
Joined: 2 years ago

I want to reduce the font size of the comment “Be the first to comment” in the box, but I don’t know how.
I’d appreciate it if you could tell me

screen :  https://postimg.cc/RqM2k6wx

1

 

Website URL
3 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @twewscd,

Please use the CSS code below:

#wpdcom .ql-editor::before {
       font-size: 12px !important;
}

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

The red-marked value can be changed as you like.

Don't forget to delete the caches before checking.

Posts: 7
Topic starter
(@twewscd)
Active Member
Joined: 2 years ago

Thank you.
And how can I add css with 'font-style: none'? I don't know if I wrote it wrong 😢

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@twewscd,

You can use the font-style: normal; rule. 

Find out more info here: https://www.w3schools.com/cssref/pr_font_font-style.php

Share: