Jump to content

Recommended Posts

Posted

I've been trying to change the default white font used in WPI when you create a list of applications, is this possible? How can it be done?


Posted

Find the wpi.css file of whatever theme you are using (i.e. %wpipath%\Themes\Glossy\wpi.css). Edit the file with a text viewer and look for a section that begins with .txt, change the color value.

.txt
{
font-family: arial;
font-weight: bold;
color: #FFFFFF; <----------CHANGE this value the the html hex code of the color you would like
font-size: 8pt;
margin-left: 5px;
margin-right: 10px;
}

HTML color codes

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...