To create a support ticket, start a search

Modifying the font size of my descriptions

If you need to change the font size used for your descriptions, here are the options:

 

Modify the font size in the Front Office of your store

  • You will need to change the CSS file accordingly. Contact your graphic designer or webmaster to perform these modifications if need be.

 

Modify the font size in the Back Office

  • Store Commander uses the font size set in the Front Office by default. Therefore, the CSS file will need to be changed accordingly.
  • If you wish to change the font size only in Store Commander's interface, you will need to add the following lines to global.css file of the theme used by the Front Office (/themes/mon_theme/css/global.css) :

    body.mcecontentbody {font-size:14px!important;}
    #tinymce{font-size:14px!important;}