Storefront header issues.

May 2014 WordPress Theme
GK User
Mon Jul 27, 2015 8:14 pm
Hello, my header is a sticky one, it sticks to the top even when i scroll down. How can I configure it in such a way that it goes out of shot when i scroll down?

Also my brand color is a shade of burgundy? how can i change the black header color to my brand color? thank you in advance for your assistance. ;)
User avatar
Junior Boarder

GK User
Mon Jul 27, 2015 9:17 pm
Hello,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Tue Jul 28, 2015 10:46 pm
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gk-header-nav {
   background: #a6382e;
   position: absolute;
}

User avatar
Moderator

GK User
Tue Jul 28, 2015 10:55 pm
Thank you. How about changing the header color from black to custom color? is it possible please?
User avatar
Junior Boarder

GK User
Wed Jul 29, 2015 7:13 am
Hi,

This code will also change your header background color - if you want to use another color, please change the background value.
User avatar
Moderator

GK User
Wed Jul 29, 2015 2:14 pm
Excellent! it works perfectly,
but now i need to configure the template color to match this color (8C001A) so that the features and sale and highlighted buttons will have that same color. How can i do this please?
User avatar
Junior Boarder

GK User
Wed Jul 29, 2015 8:35 pm
Please check your StoreFront/css/style2.css file. Here you can find all css rules connected with the basic template color. It's enough to copy this code to StoreFront/css/override.css file and replace all color values to your own.
User avatar
Moderator

GK User
Thu Jul 30, 2015 1:23 pm
Thank you Piotr, very much! It's working fine now. :-)
The last question I have, I'm aware stretches a little outside the scope of your services, but i'll owe you a glass of juice ;)
I'd like thumbnails to appear beside the different colors listed in my main menu, like in this image-->
color tag.png


I'm not sure if it's possible to introduce a "Class" element or a plugin. Any suggestions?
User avatar
Junior Boarder

GK User
Fri Jul 31, 2015 7:49 am
Unofrtunately it's not possible with built-in menu; in this case you should find a menu plugin which allows to add images to menu items.
User avatar
Moderator

GK User
Fri Jul 31, 2015 3:01 pm
thank you.
User avatar
Junior Boarder


cron