Hello guys,
how can we change the 'uppercase' to normal text in the sidebar title from off-canvas? We tried some things in custom.css but nothing changed.
Thanks.
Hi wolfguard
You can add to your custom.css file this code
.t3-off-canvas .t3-off-canvas-header h2 { text-transform: capitalize!important; }
https://prnt.sc/op5llg