Background colour to header#gk-top-bar?

March 2014 WordPress Theme
GK User
Wed Mar 30, 2016 3:05 pm
Is it possible to add a background colour to header#gk-top-bar ?
I'd like to make it white so that we can add background images around the webpage, for advertising purposes.
Thanks
Phil
User avatar
Junior Boarder

Joshua M
Fri Apr 01, 2016 9:39 am
Hi,

Yes, it's possible. 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) or use any custom css plugin:
Code: Select all
#gk-top-bar {
    background: #fff;
}
User avatar
Moderator


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