Ckeditor Font Size

Hi,



we are using the ckeditor for our product description. the h2 font size is 30px when the product page detail page on preview.



I did check and find out



.ty-wysiwyg-content h2 {

font-weight: bold;

font-size: 30px;







I found on base.css file





.wysiwyg-content h2 {

font-weight: bold;

font-size: 15px;



Could you please someone help on how can i change the fontsize. It looks like it creatd on cache.



Thank you,

hi albertpro,



It seems that you use on CS-Cart 4 and the “Responsive” theme, in this case you should update the “design/themes/responsive/css/styles.css” file where this code is located:



.ty-wysiwyg-content h2 {
font-weight: bold;
font-size: 30px;
}




I hope it helps.