• Resolved yppaul

    (@yppaul)


    Hello,

    Currently all text is made caps in the zera theme. Is there a CSS code that I can change this to sentence case?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • salsaturation

    (@salsaturation)

    @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

    salsaturation

    (@salsaturation)

    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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change all caps’ is closed to new replies.