from capital to small letters

  • Unknown's avatar

    how can i make the site name and menus in small letters and not capital on the front page?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to make the site title and navigation normal.

    .site-title, .main-navigation {
        text-transform: none;
    }

    I also notice that your menu items are pretty small. If you should wish to make those larger, add the following as well and adjust the font size as desired.

    .wf-active .main-navigation {
        font-size: 10px;
    }
  • The topic ‘from capital to small letters’ is closed to new replies.