and you can replace white background (#fff) to other color you want.
CoolFlyers
POSTED: 2016-07-04
Thanks for that quick response. One last thing, I would also like to change the main menu sub-menu drop down background colour. It is white and I cant see where to change this.
Thanks again.
agethemes
POSTED: 2016-07-04
Hello COOLFLYERS,
You can change it by open file 'template.css' located in folder 'css' of template and go to line 848
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
I am having trouble working out how to change the background colour of the navigation menu when it is sticky. Can you tell me how I change this.
You can see template settings by go to Admin > Managers > Template Manager, open AT Transport template.
Thank you!
So sorry, please skip my previous reply, it's not correct for your case.
In your case, please open file 'default.css' located in folder CSS of template, and go to line 148
.sticky-wrapper.is-sticky #sp-header {
background: #fff;
opacity: 0.9;
}
and you can replace white background (#fff) to other color you want.
Thanks again.
You can change it by open file 'template.css' located in folder 'css' of template and go to line 848
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
padding: 20px;
}
and replace to other background color you want.
Thank you!