TinyMCE

Discussion in 'ClassiCraft WordPress Theme' started by avidaicu, Feb 1, 2015.

  1. avidaicu

    avidaicu New Member

    Joined:
    Jun 15, 2013
    Messages:
    9
    Likes Received:
    0
    Hi,

    Is there a way to update TinyMCE (which is used in the description field for /ad-new) or how do you make the font size bigger? I have tried through css but it does not seem to work. Ultimate TinyMCE with Advanced TinyMCE plugins seem to have this option but it does not seem to override the one that comes with the theme.

    Any help much appreciated.

    thanks,
    Andrei
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    Unfortunately you cannot change the available Editor for description.

    You can try below code.
    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body#tinymce p {
      font-size: 31px !important;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page