Jump to content

tinyMCE: change standard font, fontsize and fontcolor


rebirth

Recommended Posts

Good morning

 

Using PS 1.5.5.0 Default theme

 

It depends which text you want to change, it is true that most of the "Text" colour/size comes from global.css but in different places in the global.css file,  it may also be defined in a particular Module.

 

For instance, to change the Product Description (more info tabs) you need to go to:

 

public_html/Your Shop/themes/default/css/global.css

 

And around line 650 you will see: (add this code)

 

#more_info_sheets {padding-top:10px; color:#c20000}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}
 
To change the Short description on the product page go to:
 
public_html/Your Store/themes/default/css/product.css
 
And around line 147 you will see:
 
#pb-left-column #short_description_block {
color:#c20000;  (Change this colour)
font-size:16px;  (Add this code)
 
You may also find that you have to use the !important modifier for changes to take place
 
Now, whatever you type in TinyMC the output should be Red 16px text
 
RESULT
 
Hope this helps
 
Paul
 
 
Edited by Paulito (see edit history)
Link to comment
Share on other sites

Indeed Vekia, if that is possible.

 

The option from Paulito can also work, but the problem with that is being limited. It's always that style, and no other, if I'm correct. So I would prefer the option to be able to change and choose the style, which is what vekia means.

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...