Crispy wrote
This needs to be changed in the stylesheet. you can get a control (like the one used on this site) but it too is based on the style sheet items so you might as well just change the original one.
|
Thanks I guess I have to learn stylesheets... but I am complete new to this concept. I did alittle digging and realize I probably need to change the following stylesheet thing (see below).. But I have no clue what to type in. Can you point me in the right direction? Specifically, for example, I want all my fonts for my entire website to be the size=7 and font= Arial Bold. Can you modify the stylesheet below to achieve these 2 parameters? Thanks for your help.
*********************************************
/* GENERAL */
/* style for module titles */
.Head {
}
/* style of item titles on edit and admin pages */
.SubHead {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}