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
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