Offline Color Scheme

GK User
Sun Jan 22, 2012 8:39 pm
I decided to use Music City theme for my current site I'm working on. Installed the Quick Start up, changed to use the Blue for the site. The problem I'm having is, I have the site offline but it's still showing the "red" color scheme for the Offline page. Can anyone offer assistance? I tried to look in the Offline CSS but really have no idea what I should be editing.

I'm including the Offline page which you can see shows the "red" color scheme but when you are logged in, is using the blue color scheme. The only changes I've made at all is adding my logo and changing the size, no other changes/editions have been made to the site yet.

Thank you for any assistance offered.
User avatar
Fresh Boarder

Konrad M
Wed Feb 15, 2012 11:55 am
Hi
Switch colors don't work on offline page so it is default red color scheme.
Go to templates\gk_musicity\css\system\offline.css, find
Code: Select all
h1,
h2 { line-height: 140px; font-size: 160px; font-family:WinterthurCondensed, sans-serif; font-weight: normal;  padding: 0;  color: #BC3726;  }


change to
Code: Select all
h1,
h2 { line-height: 140px; font-size: 160px; font-family:WinterthurCondensed, sans-serif; font-weight: normal;  padding: 0;  color: #395b7a;  }


and find
Code: Select all
input[type="submit"] { height: 24px; text-decoration: none; text-transform: uppercase; font: bold 11px/25px Arial, Helvetica, sans-serif; padding: 0 10px; background: #BC3726; border: none; cursor: pointer; color: #fff; margin-right: 6px; }


and change to
Code: Select all
input[type="submit"] { height: 24px; text-decoration: none; text-transform: uppercase; font: bold 11px/25px Arial, Helvetica, sans-serif; padding: 0 10px; background: #395b7a; border: none; cursor: pointer; color: #fff; margin-right: 6px; }
User avatar


cron