Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1477631

    Hi
    how do i make this be NOT UPPERCASE?
    <div class="container"><h1 class="main-title entry-title "><a href="........" rel="bookmark" itemprop="headline">UPPERCASE</a></h1>
    Marcus

    #1477645

    Hey MarcusJeroch,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .post-entry .post-title {
        text-transform: none;
    }

    If this doesn’t help, please link to your page with this title.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.