Change Menu Font Size

Hello,

How can i change menu font size from default to some little bit big.

Start by navigating to this file:

\themes\Suite7\css\style.css

Look for this line:

#moduleList ul li a:link {
background:none;
color:#cccccc;
font-weight:normal;
font-size:12px !important;
}

And change the font-size option here. It will not immediately update because SuiteCRM has also cached this file. You can either wait for SuiteCRM to update, or you can manually update the same file in the \cache directory.

This said, this option IS NOT UPGRADE-SAFE. If you want to make it so, you will need to make a copy of your style.css and place it into the same location in the \custom directory. If you go this route, then the \custom\themes\Suite7\css\style.css file should be the only one that you need to update.

Quick repair and rebuild when you’re done.