End of Support for Joomla 3 - Forum closed
Three lines menu on mobile
- davidanna23
- Offline Topic Author
- Senior Boarder
- Posts: 45
- Thank you received: 2
Hi dear, is possible move three lines menu mobile in left down of top photo in my site:
www.residencealparadiso.it
Is possible add a background to this three lines, because this is not visible.
Thanks
Is possible add a background to this three lines, because this is not visible.
Thanks
by davidanna23
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You can add this code to your css/custom.css
.uk-navbar-toggle {
color: #222222;
background: #f00;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- davidanna23
- Offline Topic Author
- Senior Boarder
- Posts: 45
- Thank you received: 2
Hi dear, I add your code to css file, but it is a bad work (01.jpg).
I want a result as 02.jpg.
Thank you
I want a result as 02.jpg.
Thank you
Last Edit:5 years 4 months ago
by davidanna23
Attachments:
Last edit: 5 years 4 months ago by davidanna23.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello, then use this code
.uk-navbar-toggle::after {
background: #f00;
padding: 10px;
}
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