Hello,
How do I change the blue color on the frontpage upload of my website: http://www.smartdesignagency.com
See attachment.
.gkIsWrapperFixed {
background: #B72F26 !important;
}
bkrztuk wrote:Please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.gkIsWrapperFixed {
background: #B72F26 !important;
}
and then just remember to enable "Use override CSS" option in template advanced settings tab.