Trick to get custom css classes to work?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/18/2012 6:04:45 PM
Gravatar
Total Posts 62

Trick to get custom css classes to work?

I want to be able to change a background color of the HTML content module. So I tried adding as suggested a line to style.css

.mycustom1 {background-color: black;}

And for content module added reference to mycustom1, but that didn't work. Is there anything else I should do?

5/19/2012 7:55:09 AM
Gravatar
Total Posts 18439

Re: Trick to get custom css classes to work?

CSS is cached by the web browser. When you make a change in CSS you need to go to Administration > Advanced Tools > Design Tools > Cache Tool

Then click the button to reset the skin guid. This will make all browsers load the latest CSS.

Hope that helps,

Joe

5/19/2012 12:04:51 PM
Gravatar
Total Posts 62

Re: Trick to get custom css classes to work?

Got it! Thank you!

You must sign in to post in the forums. This thread is closed to new posts.