End of Support for Joomla 3 - Forum closed
Fixed Navigation Color
- FernandoXD
- Offline Topic Author
- Junior Boarder
- Posts: 30
- Thank you received: 0
Hi, I can use another Fixed Navigation color that not be white or black, or exist any thing that I can do?
by FernandoXD
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there, you can change the color of the sticky menu like you want.
Add this code to your css/custom.css
Add this code to your css/custom.css
#menu-outer.uk-active{
background-color:#fff !important;
border-bottom:1px solid #ddd;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: FernandoXD
Please Log in or Create an account to join the conversation.
- FernandoXD
- Offline Topic Author
- Junior Boarder
- Posts: 30
- Thank you received: 0
Moderators: joomlaplates