@yppaul
I don’t have the theme installed so I looked at the demo site https://themeisle.com/demo/?theme=Azera%20Shop butI can’t see text in caps apart from some of the tiles / menu… can you be more specific and provide a link to your site please
Thread Starter
yppaul
(@yppaul)
Thank you for the reply
Sorry my bad. Correct Titles, menus and buttons are all caps as well as subheadings, etc. These are the items I am trying to sentence case
If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area… This is tested via the demo as you didn’t provide a link to your site – so hope it works
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .home-shop-product-title h3 {
text-transform: capitalize;
}