Background color

April 2014 WordPress Theme
GK User
Tue Jun 17, 2014 11:05 am
Dear all, I've tried to modify the background color in Appearance->Customize but it has no effect.
After that I've done it by template options and I can set only a dark grey, what have I to do to change it in
black? Have I to modify the css files?
thank you very much
User avatar
Fresh Boarder

GK User
Tue Jun 17, 2014 3:01 pm
Hi,

Try to add this code into css/override.css file (first enable this override option from template options -> Advanced tab):

Code: Select all

body {
background: #000;
}


and if you want another background for the frontpage:
Code: Select all
body.frontpage {
background: #ddd!important;
}


Check also Template Options -> Basic tab - here you can select on from 12 background patterns or light/dark solid background colors (don't use above css if you are using some of this settings).
User avatar
Moderator

GK User
Tue Jun 17, 2014 4:25 pm
Dear Piotr, I did what you said but without result. I'm in the same situation, I have deep gray and not black.
User avatar
Fresh Boarder

GK User
Tue Jun 17, 2014 5:41 pm
OK Piotr, adding the secon code lines now I have black background!!!
User avatar
Fresh Boarder


cron