Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Font size


theherbman

Recommended Posts

Can anyone refresh my ageing grey cells as to where the font size on the front page welcome guest and also the same page my own text.....I've looked in cat/stylesheet, cat/includes/stylesheet also english php also english/index and so far I can't find it. I've tried including a font and size in mainpage section on the cat/style sheet but that doesn't seem to work.

 

Regards Mel

Link to comment
Share on other sites

Can anyone refresh my ageing grey cells as to where the font size on the front page welcome guest and also the same page my own text.....I've looked in cat/stylesheet, cat/includes/stylesheet also english php also english/index and so far I can't find it. I've tried including a font and size in mainpage section on the cat/style sheet but that doesn't seem to work.

 

Regards Mel

TD.main, P.main {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 line-height: 1.5;
}

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

TD.main, P.main {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 line-height: 1.5;
}

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

Many thanks its about the only one I hadn't changed.

 

Regards Mel

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...