bixio80 Posted March 13, 2013 Share Posted March 13, 2013 Hello, I'm trying to change the text in the CMS page (about us, delivery, ecc...) but in the version 1.5.3, I can't change the font size and the font style. How can I do? Thanks Fabrizio Link to comment Share on other sites More sharing options...
vekia Posted March 13, 2013 Share Posted March 13, 2013 you use default template on some external solution? Can you provide an url to your store? Link to comment Share on other sites More sharing options...
bixio80 Posted March 14, 2013 Author Share Posted March 14, 2013 Hello, I use the default template. I solved modifying the global.css the section <p>, but I don't know if it's possibile do it inside the BO. Link to comment Share on other sites More sharing options...
bixio80 Posted March 15, 2013 Author Share Posted March 15, 2013 I'm editing a new page in the block CMS but when I insert the text I haven't possibility to change the size or the style of the font directly on this page, in my opinion is very strange. Maybe is it better if I create this on a WORD page and then COPY-PASTE to the CMS? Anyone had same problems? Thanks Ciao Link to comment Share on other sites More sharing options...
bixio80 Posted March 19, 2013 Author Share Posted March 19, 2013 anyone can help? Link to comment Share on other sites More sharing options...
jfpts Posted March 23, 2013 Share Posted March 23, 2013 On my global.css I just added: .rte{font-size:16px} for changing the size, in my case. Hope it help Link to comment Share on other sites More sharing options...
vekia Posted March 23, 2013 Share Posted March 23, 2013 thanks for sharing the solution but i think that he want to use tinymce features, but im not sure at all regards Link to comment Share on other sites More sharing options...
Customize Posted March 26, 2013 Share Posted March 26, 2013 I'm noticing this to. Something is forcing one sized text. Link to comment Share on other sites More sharing options...
Whispar1 Posted March 26, 2013 Share Posted March 26, 2013 (edited) Go to admin/themes/default/template/helpers/form/form.tpl Around line 400 look for this code theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 :"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor", theme_advanced_buttons3 : "", theme_advanced_buttons4 : "", Replace it with this code to enable the rest of the tinymce editor and give you the option to adjust font size, style, etc. theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 :"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak", Edited March 26, 2013 by Whispar1 (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted March 26, 2013 Share Posted March 26, 2013 nice know how Whispar :-) Link to comment Share on other sites More sharing options...
bixio80 Posted March 26, 2013 Author Share Posted March 26, 2013 I did in this way: I wrote my CMS page on a Word page..then using the button "paste from word file" I saw the all my changes of styles, sizes, etc...are ok. Thanks for all the answers Link to comment Share on other sites More sharing options...
[email protected] Posted August 18, 2013 Share Posted August 18, 2013 Go to admin/themes/default/template/helpers/form/form.tpl Around line 400 look for this code theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 :"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor", theme_advanced_buttons3 : "", theme_advanced_buttons4 : "", Replace it with this code to enable the rest of the tinymce editor and give you the option to adjust font size, style, etc. theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 :"cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak", very cool Whispar! Link to comment Share on other sites More sharing options...
3D Wall Posted August 19, 2014 Share Posted August 19, 2014 Sorry to be a pain, but I don't have an ADMIN folder in my storefront list, I'm using 1.6.06 presta, did they move it somewhere else? Link to comment Share on other sites More sharing options...
emartinez0131 Posted June 1, 2017 Share Posted June 1, 2017 Is there an update for this in PS 1.6? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now