[CLOSED] Change the font size of Crisp Theme

  1. #1

    [CLOSED] Change the font size of Crisp Theme

    Hi,

    Is there a way to change the font size of text in Crisp Theme in one place so that it reflects across all the pages.

    Thanks,
    Last edited by Daniil; Mar 10, 2015 at 11:34 AM. Reason: [CLOSED]
  2. #2
    Hello @barnali!

    All you have to do to change the font size on the Crisp theme is actually theming, i.e. changing the theme itself.

    As the style files are imbued on the DLL file, one alternative would be to change the CSS files in the SVN code base, run the scripts to update the minimified files, and then recompile Ext.NET with the new styles.

    I can't think on another method that does not involve changing all your site files.

    Some directions on theming can also be obtained here: Theming Ext JS 5.1

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Barnali, please try to add the following css rule to your page.
    * {
        color: red !important;
        font-size: 8px !important;
    }

Similar Threads

  1. [CLOSED] How to Change the Font Size of Grid Panel
    By enavarrete in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 23, 2014, 2:59 PM
  2. [CLOSED] How to change font style and font size of ext:TextArea?
    By aditya in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 27, 2014, 9:39 AM
  3. GridPanel - Change Font Size
    By jlucid in forum 2.x Help
    Replies: 0
    Last Post: Jan 06, 2013, 12:20 AM
  4. Font Size Change
    By megang in forum 1.x Help
    Replies: 1
    Last Post: Apr 09, 2012, 10:02 AM
  5. Change font/button size
    By plykkegaard in forum 1.x Help
    Replies: 0
    Last Post: Sep 02, 2010, 3:09 PM

Posting Permissions