Change background color in Kubrick?
-
Is it possible to change the background grayish color in Kubrick using CSS? I have a feeling it is… but do I need to call some sort of jpg color file? I’m not at all familiar with CSS, so any how-to steps would be much appreciated.
My site is http://asktheentrepreneurs.wordpress.com
I just want to change that ugly gray to plain old white!
Thanks very much in advance!
-Susan
-
Try this:
body { background: #fff !important } #page { background: none !important; }Make sure that’s the only code in the CSS editor and that the “Add to existing CSS” radio button is checked.
HTH
- The topic ‘Change background color in Kubrick?’ is closed to new replies.