End of Support for Joomla 3 - Forum closed
Hamburger Menù color
- datacommerce
- Offline Topic Author
- Fresh Boarder
- Posts: 7
- Thank you received: 0
Hi. I can't change the hamburger Menù color on offcanvas. Could you please indicate me how to change its color? Thanks!
by datacommerce
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Add this code to your css/custom.css to override the menu icon color:
.uk-navbar-toggle {
color: #222222;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- datacommerce
- Offline Topic Author
- Fresh Boarder
- Posts: 7
- Thank you received: 0
Sorry, I'm not so advanced...
1. I created a file called custom.css on CSS folder
2. I edited css/custom.css and entered the code you indicated me
Now, how can'I tell Joomla to use my custom.css file? How can I create override off theme.css?
Thank you for your pacience!
1. I created a file called custom.css on CSS folder
2. I edited css/custom.css and entered the code you indicated me
Now, how can'I tell Joomla to use my custom.css file? How can I create override off theme.css?
Thank you for your pacience!
by datacommerce
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You can change the color HEX code in your created custom.css
#222222 = dark
#FFF = white
#FF0000 = red
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates