- This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Change site background color to white
Hi Wes,
I’m running v1.4.1 on accunect.com and want to make the background white – including the space that surrounds the main content and sidebar areas on a larger monitor. From reading comments here, I thought that editing the style.css around line 155 to
body {
background: fff;
/*other settings unchanged */
}
But this doesn’t seem to do anything. What am I missing?
Also my customize menu under appearance no longer works on this site, although it works on another site running Epik 1.5
Thanks,
Don
Did you already get this working? I just took a look at your site and the background is already white.
Line 165 is the place to change it (currently).
Also, I noticed an error while looking at your CSS
body {
background-color: #fff; //
dkp was f2f2f2
// color: #333;
dkp
font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.625;
}
It looks like you may have tried to comment out parts of the code? If so, you have to do it this way when using CSS –
/* Commented Text or Code goes here */
Hi Wes,
Thanks for catching my typo – now fixed.
Yes, I got the white background to work by hard refreshing the browser.
Customize menu option in my WordPress dashboard no longer works on this site – any ideas?
Hostgator tried disabling plugins temporarily, didn’t fix it.
Thanks,
Don
It seems to be working on my end. Did you recently upgrade WordPress or Genesis when you noticed this? Can you access the Menus link from Appearance > Menus? Or Appearance > Customize > Menus?