Forums / Templates, Stylesheets, Page Layout / Text size changes not showing on pages

Text size changes not showing on pages

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Apr 2008, 17:13
#1
ashley5nc avatar

ashley5nc

New Zenner

Join Date:
Nov 2007
Posts:
16
Plugin Contributions:
0

Text size changes not showing on pages

Firstly, if you see this post elsewhere, I apologize. I posted a while ago and it's no where to be seen! I even searched for posts I've made, and nada.

I just upgraded to 1.3.8a.
I am using the Define Pages Editor in HTML. Within the Editor, I can make all the changes I want. They save fine. If I exit the Editor and go back everything is like I want it in the Editor. BUT when I go to the actual page that I edited... all of my changes are saved EXCEPT for the text size. All the color changes, font name changes and positions show fine. I can insert images. It's just the size.

Any suggestions on how how to fix it? Thanks!

http://something-sew-special.com/store/
27 Apr 2008, 18:14
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Posts:
6,171
Plugin Contributions:
0

Re: Text size changes not showing on pages

With the link, which is the index page.

includes/templates/sunflower_orange/css/stylesheet.css

You could add the following declaration
  1. SPAN {font-size: 1.1em;}
  2. the only draw back is all the font with span is exactly the same size.
  3. You will half to edit the pages with span and give them an ID or class to control each one seperate