This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

The text size in comments
#1
Bug 

Good afternoon!

Prompt please

How to change the text size in comments?
Reply
#2

Hi,

It's in /comments/css/stylesheet.css

Code:
.cmtx_comment_text {
font-family: helvetica;
font-size: 0.8em;
}

Have you completed the interview?
Reply
#3

Thank you very much Steven!
Reply
#4

Good Afternoon!

Where do you change this in v4.2?

I've changed about every font-size: in stylesheet.css and nothing seems to change it.  I've even tried adding it to a custom.css and that didn't work either.

Thanks.
Reply
#5

In v4.2 the correct styling to add is:

Code:
.cmtx_comment_area {
  font-size: 1.2em;
}

Editing stylesheet.css won't make a difference if you have the 'Optimize' setting enabled in Extensions -> Themes. This is because that setting causes the script to serve a minified version (stylesheet.min.css).

Editing custom.css is the recommended way so that your changes are preserved the next time that you upgrade.

Have you completed the interview?
Reply
#6

Thanks for the quick response!  But nope, tried that in custom.css and that didn't change anything either!

Now what to do?
Reply
#7

I can only help so much with customizations. You'll need to familiarize yourself with your web browser's Developer Tools to figure out whether your custom.css file isn't being loaded or your styling is being overridden etc.

Have you completed the interview?
Reply
#8

Yes, stylesheets were loading!  After 12 hours spent fiddling & fuddling around, I discovered that I had to edit stylesheet.min.css.

All is well now!
Reply
#9

go in -> /frontend/view/default/stylesheet/css/stylesheet.min.css
look for -> .cmtx_container *
add -> font-size: 13px;
adjust the px you want
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by WhatSay
15-Aug-2020, 10:27 PM
Last Post by nimand
25-Jan-2018, 06:30 PM
Last Post by uran235
06-Jan-2017, 04:42 AM
Last Post by TJs
29-May-2016, 03:03 PM
Last Post by Renaud
06-Sep-2014, 01:05 PM
Last Post by mariank
30-Dec-2013, 11:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)