• Resolved hailu

    (@hailu)


    hey anybody know how to make my page all appear in lowercase i tried the following code but doesn’t work even for the navigation.and wondering if the theme has builtin options?thanks

    .main-navigation li {
    text-transform: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    it is actually the font itself that is uppercase. So you will have to change the following font in the style.css (child theme preferably) file:

    font-family: 'bebas_neueregular', sans-serif;

    Thread Starter hailu

    (@hailu)

    thank you all set now ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘making all lettercase lowercase’ is closed to new replies.