Increasing Font Size For Content

Hi, hope you all can help me. I am trying to increase the font size of my cs-cart store fronts for


  1. the product tabs
  2. the overall body content on pages and products (overall)



    Which tags are responsible for the font sizes of the product tabs and the overall content on on the cart pages not the menu's etc.



    Kind regards

Dear Webmaster_at_Mungotedo,



For 4.2.2. version, please, check design\themes\responsive\css\styles.less



Add cm-j-tabs li a tag to the end of this file.


.cm-j-tabs li a {
font-size: 28px;
}




By changing font-size value, you may increase font size in all tabs.



Also find tag body. You may increase font size of the content by changing the value of the font-size attribute.



Best regards, Alt-team.

Also note that you can change fonts in the theme editor



Let me explain what I am trying to do here. I am using the F12 function in the browser (in this particular case SRware Iron browser) to help me identify the css tags and their selectors. In this case I am trying to increase the font size of certain elements on the quick view page and the product detail page.



In this case am looking at "standalone css file which I cannot identify. Any tips on how to work the the F12 option ?