Change color font in Header

GK User
Sun May 01, 2016 10:47 am
The (Steakhouse) header contains a logo / text / a line / text./..../....
I'm trying to change te color of the text beneath the logo.
I think i should activate CSS override (see attachment) and fill in some code in the override.css file.
If i'm (newbie in this template) right about this.
1. What code should i write in the override.css file
2. How can i replace the (white) line with something else (.png file)
Thanks
User avatar
Fresh Boarder

GK User
Sun May 01, 2016 11:39 am
Hello,

Please change the color property for the following selectors:

Code: Select all
#gkHeaderMod h1,
#gkHeaderMod h2


And also border-top-color for:

Code: Select all
#gkHeaderMod h2:before


And finally - background-color for:

Code: Select all
#gkHeaderMod h2:after
User avatar
Moderator

GK User
Sun May 01, 2016 4:14 pm
Thank you for your reply.
What is the name of the css file in which i should change the color property for these selectors?
User avatar
Fresh Boarder

GK User
Mon May 02, 2016 9:18 pm
The best solution will be adding all CSS changes in template Advanced settings -> Custom CSS code option.
User avatar
Moderator


cron