Top menu bar color?
Professional Joomla social template with metro design and JomSocial extension support.
Hello,
Where Can I change top menu bar color?
I tried to modify in override.css
- Code: Select all
#gk-header-nav {
background: #fff ;
}
but it doesn't help
Tomasz
http://estimator.expert
-
- Senior Boarder
Hi
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkTop {
background-color: #fff;
}
-
- Moderator
-