How can I change the CSS of the forum module?

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.
9/29/2009 7:29:57 AM
Gravatar
Total Posts 6

How can I change the CSS of the forum module?

Hey Joe,

I am trying to set up a forum on our website using Mojoportal. It works fine so far, but I have some problems with changing the css of the forum feature. If I change anything in forummodule.css, it won't apply. I just want to change the font size of the different forum titles, e.g. of ForumModuleThreadCountLabel.

Thanks,

Jan

9/29/2009 8:39:46 AM
Gravatar
Total Posts 2239

Re: How can I change the CSS of the forum module?

Are you using a customized skin? If not, check for the existance of a styleforum.css file. If it is there, use it instead of forummodule.css. A few releases ago, Joe A. changed all of the skins to use one css file for the mojoPortal core and then renamed all the feature specific css files to style[feature].css

Also, make sure you have following set in your user.config while you are adjusting your skin:

<add key="CombineCSS" value="false" />
<add key="MinifyCSS" value="false" />
<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

Hope this helps,
Joe D.

9/29/2009 9:32:10 AM
Gravatar
Total Posts 18439

Re: How can I change the CSS of the forum module?

CombineCSS should remain as true, but setting the others to false as Joe Davis said when designing helps. You may also need to clear your browser cache after making those changes.

Best,

Joe

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