Hi all,
I have been having a problem with re-sizing the fonts for the sidebox headings.
I have managed to get the other headings to change in size to match
But these - new products, featured, new all with links in other words, all seem to be at leat one size ahead of the others, so when I change the font size in this section of code,
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.rightBoxHeading,
h3.leftBoxHeading a, h3.rightBoxHeading a {
font-size: 1.2em;
color: #000000;
}
it changes them but the linked ones are still bigger?
I have separated this code like this
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.rightBoxHeading, {
font-size: 1.5em;
color: #000000;
}
h3.leftBoxHeading a, h3.rightBoxHeading a {
font-size: 1.5em;
color: #000000;
}
This allows me to change the link headings now, but the general headings does not change anything after separating, the headings can only be changed by the h3 at the top of the stylesheet now?
In other words I have acheived what I needed, but am concerned I am leaving in this section
h3.leftBoxHeading, h3.rightBoxHeading, {
font-size: 1.5em;
color: #000000;
}
but it alters nothing now, so have I done something wrong here, should I take of the h3 from the leftboxheading etc, will this make the difference or is there a way to do this that is easier please.
I don't want to leave something that is wrong or redundant as this should not be left like this as it will sereve no use, i am assuming??
I have placed no link as my site is in test, I can send a link if needed via pm etc!
I hope it makes some sort of sense and anyone who can help I would be really greatful to
cheers
Paul



