How to change subtitle and bg color in steakhouse

Steak House, food and drink theme, is now available on support forum.
GK User
Sat Feb 14, 2015 1:27 pm
hello , I need to change the color of subtitles and background (mustard ) in some part of the frontpage .
Which code for the override ?
Thank You
User avatar
Fresh Boarder

GK User
Sun Feb 15, 2015 11:56 pm
Hello,
Add the following code into the theme’s css/override.css file:
Code: Select all
.bigtitle .header small, .bigtitle .widget-title small {
color: #a89c72;
}
.gk-color-bg,
.gk-menu .gk-menu-button > span {
background: #faf8ea;
}

with your color value.
User avatar
Moderator

GK User
Wed Feb 18, 2015 6:04 pm
it work perfectly,
thank you!
User avatar
Fresh Boarder


cron