Hi all,
I'm developing my first custom feature for mojoportal, and I have a problem using CSS. I didn't find an answer to my question on the online guides, I guess because it's a very basic question so please sorry if I'm asking a basic question here.
How can I use the CSS tag in order to let my feature changes when the user change the skin of the site?
For example, suppose I add a label on my custom feature then I want the text style changes as defined inside CSS file of mojoportal (I won't to type my own CSS file for now, just using the one of mojoportal):
<asp:Label ID="myLabel" runat="server" CssClass="art-blockcontent-body" Text="Hello World!" />
then I didn't see any change in text style, even if I typed the CssClass="art-blockcontent-body".
Should I add some link to CSS inside my feature?
Any help would be highly appreciated. Thanks!