Notifications
Clear all

CSS to change text size, make bolder, and color darker.

3 Posts
2 Users
0 Likes
2,276 Views
(@harrison)
Member Customer
Joined: 4 years ago
Posts: 6
Topic starter  

Is there a quicker way to change text size, make bolder, and color darker with CSS customizing on the front end? I found a page with instructions on how do this by editing custom template/style but when I searched for these files in the directory they didn't exist. I'm using 5.3.5 with freshly purchased addons.

Custom Template and Style
wpDiscuz allows you to customize comment list design and overwrite styles.
Template files are:

/wpdiscuz/assets/css/wpdiscuz.css (Style / Colors / Backgrounds …)
/wpdiscuz/templates/comment/class.WpdiscuzWalker.php (Layout, HTML
structure)


   
Quote
(@harrison)
Member Customer
Joined: 4 years ago
Posts: 6
Topic starter  

How do you change the font of the “join the discussion” boxes larger than 16px? I tried the following but
the fond size stays the same.

input, input [type=search], textarea {
font-weight: 900 !important;
color: black !important;
font-size: 18px !important;
}

#wpcomm .wc-comment-right .wc-comment-text {
font-weight: 900 !important;
color: black !important;
font-size: 18px !important;
}


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

@harrison,

The CSS code works fine, we've just checked it. Have you added it in the "Custom CSS Code" textarea? 

Also, we don't recommend you make changes in the template files yet. As far as we're preparing a new version of the wpDiscuz plugin. If you’ll update from wpDiscuz 5 versions to wpDiscuz 7, you should remove wpDiscuz custom template files from your active theme /wpdiscuz/ folder. You cannot use your customization for wpDiscuz 7. This is a major update with new comment layouts and template files, those are not compatible with old version of wpDiscuz template files.

More info here: https://beta.wpdiscuz.com/community/faq/updating-to-wpdiscuz-7-beta-version/

The new version of the plugin can be found and checked here: https://beta.wpdiscuz.com/demo/


   
ReplyQuote
Share:
Scroll to top