HUGE Fonts

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.
10/14/2011 10:29:33 AM
Gravatar
Total Posts 148

HUGE Fonts

Hello:

When I open my MojoPortal Website the fonts are gigantic.  I have changed the font size in the style.css file in the site\1\skins\styles-citrusisland directory.  I changed the .pagebody class to include font-size:small.

To try and narrow down my future searches....are all the styles for the site affected only by the *.css files in the Site\1\Skins\styles-citrusisland directory?  Can I affect anything in the site by editing only these files? There are duplicate *.css files in the Site directory and the Data\Skins directory.  Which ones should I edit?

I have changed the font size everywhere there is a .heading class and to no avail.

10/14/2011 10:44:17 AM
Gravatar
Total Posts 2239

Re: HUGE Fonts

The files in Data\Skins are the original skins shipped with mojoPortal. These skins are updated each time you update mojoPortal. The files in \Data\Sites\1\Skins are the skins that were copied from \Data\Skins when your site was originally built and these are skins that are available to you to set in the Site Settings as the Site Skin. These skins are not updated with mojoPortal updates. You should only edit the files in \Data\Sites\1\Skins.

I have a feeling the reason the changes you have made aren't being reflected has to do with caching. While you are working on your skin, you should turn off caching by either:

  1. Go to Administration > Advanced Tools > Design Tools > Cache Tool and click on "Disable Caching"
  2. Add the following to your user.config file and then "touch" your web.config to restart the web application. (touching the web.config file means opening it, adding a space somewhere and then saving the file)
    <add key="CacheCssOnServer" value="false" />
    <add key="CacheCssInBrowser" value="false" />

HTH,
Joe D.

10/14/2011 10:57:39 AM
Gravatar
Total Posts 148

Re: HUGE Fonts

Yes, your documentation clearly states this fact. I guess I got ahead of myself and started playing instead of reading.

Thanks Joe.

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