Quote:
Originally Posted by Max Taxable
The bolded ones i am pretty sure (scroll down to see) need to either be commented out with a # in front of it, or needs to have a dot at the front of it. Like this:
HTML Code:
.sidebar_postbit_header_font {text-transform: uppercase;}
Or this:
HTML Code:
#sidebar_postbit_header_font {text-transform: uppercase;}
And as a general rule, for me to avoid these errors with existing definitions, I put all my own custom definitions and hack definitions in the empty box you see below where this full one is, which is there and left blank for this very purpose. The top box is generally there only for the custom properties the style itself uses.
|
Got it all fixed. Thanks for the help gents.