Changing the Menu Bar Color

May 2014 WordPress Theme
GK User
Wed Mar 16, 2016 2:35 am
How can I change the menu bar color for the theme branding section which has StoreFront? I would also like to change the colour of StoreFront to green and blue. Store is green, Front Blue and also increasing the font size.
User avatar
Fresh Boarder

Joshua M
Wed Mar 16, 2016 10:36 am
Hi,

You can select one of 8 available color schemes ( Storefront -> Template Options -> Basic tab -> "Theme Color" option ).

Font size of which text exactly do you want to increase?

Menu bar (black) may be changed by adding the following custom css code:
Code: Select all
#gk-header-nav {
    background: #new_color;
{
User avatar
Moderator

GK User
Thu Mar 17, 2016 2:48 am
The default theme is fine...all I want to do is change the black background where the word "StoreFront" is located. At the same time, I want to change the color and font for the word "StoreFront". What are the color options available?
User avatar
Fresh Boarder

Joshua M
Thu Mar 17, 2016 8:52 am
To change the black background of the header, please use my previous code, if you want to change the color, please add also this code:
Code: Select all
a.textLogo {
color: #your_color!important;
}


Font family may be changed from you Template Options -> Font Settings, please add this selector: a.textLogo
to the font which you want to use.
User avatar
Moderator

GK User
Fri Mar 18, 2016 2:16 am
Actually, I meant to write how to change Font Size for the word "StoreFront".
User avatar
Fresh Boarder

Joshua M
Fri Mar 18, 2016 9:18 am
Code: Select all
a.textLogo {
font-size: #your_value;
}
User avatar
Moderator

GK User
Tue Mar 22, 2016 1:53 am
Thank you. Also, in the Template Options->Theme Branding->Theme logo type->image logo options, is there an option to display the "image logo alt text" beside the image logo on the website?
User avatar
Fresh Boarder

Joshua M
Tue Mar 22, 2016 10:10 am
Unfortunately it's not possible.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.