Hello,
This is probably very easy but I need some quick help.
How Can I change the background color of the header? See my attachment for an illustration.
Thanks
/* Active Menu Item Color */
#gkMainMenu > div > ul > li.active,
/* header background color */
#gkHeader { background: #333333; }
/* Border color between menu and header */
#gkMainMenu { border-bottom: 5px solid #333; }
normanUK wrote:Add following css codes in override.css file and enable css override option from template settings > advanced settings > css override "on".
Change #333333 to your chosen color.
- Code: Select all
/* Active Menu Item Color */
#gkMainMenu > div > ul > li.active,
/* header background color */
#gkHeader { background: #333333; }
/* Border color between menu and header */
#gkMainMenu { border-bottom: 5px solid #333; }
See you around...
/* GK Header Padding */
/* Active Menu Item Color */
#gkMainMenu > div > ul > li.active,
/* header background color and padding */
#gkHeader { background: #333333; padding: 22px 27px; }
/* Border color between menu and header */
#gkMainMenu { border-bottom: 5px solid #333; }