How-to and Troubleshooting
5
Posts
2
Users
0
Reactions
543
Views
Jul 26, 2023 2:52 am
Hey, I want to change the size of the name in the comments
Website URL
4 Replies
Jul 26, 2023 10:12 am
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/
Jul 26, 2023 6:27 pm
I want to change the name size like in our Case "Asti". Make the name text bigger. Thanks
Jul 27, 2023 6:37 pm
Thank you so much—that Works!