Shop Options

May 2014 WordPress Theme
GK User
Mon Oct 13, 2014 4:49 pm
Hello,

1) Im making the storefront wordpress page and I see that when a product like a t-shirt, when we need to choose the size and color, doesnt appear on the options on the right side..

How can I add it?

2) how can i change the menu text color to black?
User avatar
Senior Boarder

GK User
Mon Oct 13, 2014 8:05 pm
The first one is solved already! its the variations and were fine!

I just need to know how to change the menu text color to black because the background is white and the letters still white aswell. and then I need to center vertically the menu.. cause the logo is bigger then the menu bar.
User avatar
Senior Boarder

GK User
Mon Oct 13, 2014 9:30 pm
Hello,

Please 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
#main-menu > li > a {
color: #000;
}

#gk-main-menu {
float: none;
}
User avatar
Moderator


cron