I'm working on a module and have a hyperlink that I would like users of the module to be able to modify the style of the text associated with that hyperlink. I set up the hyperlink with 2 CssClass values:
CssClass="CommandButton CustomClass"
The idea was to default the style of the hyperlink to be the CommandButton style associated with whatever skin they have installed. However, I would like them to be able to modify the Stylesheet associated with the StieSettings with a custom definition for 'CustomClass'.
I've tried the following in the StyleSheet Editor:
.CustomClass {font-size:20pt;}
OR
.CustomClass {font-size:20pt !important;}
OR
a.CustomClass {font-size:20pt}
OR
a.CustomClass {font-size:20pt !important;|
but none of the above do the trick.
I would appreciate any insight that anyone has on this as to what I would have to do to make this work.
Thanks,
Arlene