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

 

[Solved] How to Change Font Size of the Name Field

5 Posts
2 Users
0 Reactions
931 Views
Posts: 3
Topic starter
(@eliteaffiliatehacks)
Active Member
Joined: 2 years ago

Hey, I want to change the size of the name in the comments

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

@eliteaffiliatehacks,

We don't follow you well. Please use the CSS code below if you want to change the font-size shown in the video. 

https://monosnap.com/file/0fcaYmzkCEgbLBp0hamAvNApMqgWTq

The CSS code you can use: 

#wpdcom .wpd-form-row .wc_name-wrapper * {
      font-size: 18px !important;
}

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

Don't forget to delete the caches before checking.

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

This FAQ should be helpful for you: https://wpdiscuz.com/community/f-a-q/how-to-customize-the-wpdiscuz-wordpress-plugin-styles/

Posts: 3
Topic starter
(@eliteaffiliatehacks)
Active Member
Joined: 2 years ago

I want to change the name size like in our Case "Asti". Make the name text bigger. Thanks

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

Illustrious Member
Posts: 8075

ok @eliteaffiliatehacks,

then use the CSS code below: 

#wpdcom .wpd-comment .wpd-comment-author { 
     font-size: 16px  !important;
}
Posts: 3
Topic starter
(@eliteaffiliatehacks)
Active Member
Joined: 2 years ago

Thank you so much—that Works!

Share: