End of Support for Joomla 3 - Forum closed
[SOLVED] Menu and header uppercase
- Cosewic_2018
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Hi There,
How can I disable the option to convert all my headers and menu into Uppercase?
Thanks
Mauricio
How can I disable the option to convert all my headers and menu into Uppercase?
Thanks
Mauricio
by Cosewic_2018
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
add this css code to your css/custom.css
add this css code to your css/custom.css
h3,
.uk-navbar-nav > li > a {
text-transform: none;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Cosewic_2018
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Replied by Cosewic_2018 on topic [SOLVED] Menu and header uppercase
Posted 5 years 9 months ago #22857
Problem solved.
by Cosewic_2018
Please Log in or Create an account to join the conversation.
- Cosewic_2018
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Awesome, thanks for the quick reply.
by Cosewic_2018
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates