Change Background Color - Storefront

GK User
Thu Oct 22, 2015 12:28 am
Hello,

I'm trying to change the background color on the storefront template to black and can't seem to find out where to do it on the css file. It's a white background now and would like to change it to black. Your help will be greatly appreciated.

Site link:
http://www.maugerfilms.com/Bmauger/

RJ
User avatar
Expert Boarder

GK User
Thu Oct 22, 2015 8:11 am
Hi,
... can't seem to find out where to do it on the css file

Really, it wasn't so hard. It was in main css file. But you can use 2nd way
body { background: black; }

and open Template Manager -> GK StoreFront -> find Custom CSS area and put it there :mrgreen:
User avatar
Platinum Boarder

GK User
Thu Oct 22, 2015 8:13 am
If you want to hide top white bar use:
#gkHeaderTop {display: none;}
User avatar
Platinum Boarder

GK User
Thu Oct 22, 2015 2:37 pm
Thank you I will try this.

Thanks
RJ
User avatar
Expert Boarder

GK User
Thu Oct 22, 2015 4:44 pm
Besides I suggest to read GK guides in documentation section, for example this one: https://www.gavick.com/documentation/jo ... ss-changes
User avatar
Platinum Boarder

GK User
Mon Nov 09, 2015 2:07 am
ok thanks.
User avatar
Expert Boarder

GK User
Sun Nov 22, 2015 6:29 pm
Hello,

I have been trying to change the color of the backgound and I was successful with the black color, but I need to change the background color to match the main menu color. I went to the documentation link above and could not find what I needed. I have tried the hex color, but it would not work.

Is the color correct and is this the correct code to override in the CSS?
body{background: 747D7D;}

I'm using the storefront template.
www.now-i-know-why.com

Your help will be greatly appreciated.
RJ
User avatar
Expert Boarder


cron