• Resolved monopoli

    (@monopoli)


    Hi
    I would like the titles posts, menu titles and header titles to be in lowercase, i have intsalled plugins and also from easy google fonts and the titles are previewed only in lowercase.Am i doing smth wrong or this theme do not support lowercase?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter monopoli

    (@monopoli)

    just to clarify the titles are preview only in uppercase.

    Theme Author ThemeZee

    (@themezee)

    Hello,

    Thanks for using Tortuga.

    The default styling of the theme uses uppercase fonts for all titles. That means you have to change the CSS code and not the fonts.

    You can use something like this:

    .main-navigation-menu a,
    .widget-title,
    .entry-title {
    	text-transform: none;
    }

    Cheers,
    Thomas from ThemeZee

    Thread Starter monopoli

    (@monopoli)

    Hi Thomas, than you for your reply ?? i have resolved it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘lower and upper case’ is closed to new replies.