End of Support for Joomla 3 - Forum closed
Mobile menu
Hello!
I want to have a mobile menu with a White Background and with black font. Also black Fonts on hover.
Is ist possible to increase the size of Fonts?
Thank you for your help.
Jörg
I want to have a mobile menu with a White Background and with black font. Also black Fonts on hover.
Is ist possible to increase the size of Fonts?
Thank you for your help.
Jörg
by opitzlein
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi Jörg,
you can setup the menubar background within the customizer. See image attached.
If you want to have another background color only for the mobile menu you have to setup some css media queries
you can setup the menubar background within the customizer. See image attached.
Attachment Screenshot_2-2-3-4-5-6-7-8-9-10-11-12.jpg not found
If you want to have another background color only for the mobile menu you have to setup some css media queries
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Hello!
It is the menu on the phone.
Here i want to Change the Colors.
White background, black Fonts and he Fonts should be bigger (fontsize).
You can take a look on may site under www.knittelfeld-tourismus.at/web/
Thank you for helping me.
Jörg
It is the menu on the phone.
Here i want to Change the Colors.
White background, black Fonts and he Fonts should be bigger (fontsize).
You can take a look on may site under www.knittelfeld-tourismus.at/web/
Thank you for helping me.
Jörg
by opitzlein
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi Jörg,
goto the customizer Advanced > Offcanvas
goto the customizer Advanced > Offcanvas
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hello!
I knew this. But nothing changed. And the fontsize?
Thanks
I knew this. But nothing changed. And the fontsize?
Thanks
by opitzlein
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Then you have to change the color and the font site with css.
Add this code to your css/custom.css
Add this code to your css/custom.css
.uk-nav-offcanvas ul a {
color: #cccccc;
font-size:14px;
}
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