Mantra 2.5.0; force site-title to lowercase

  • Author
    Posts
  • #36775
    Michael DuBelko

    Googled how to change the default All Caps text attribute of the site title.
    I came across various suggestion (which people claim to have gotten working) for inserting an override in Appearance-Mantra Settings->Miscellaneous->Custom CSS such as:

    #site-title {
    text-transform: none;
    }

    I tried this all other suggested attributes for #site-title, but none seem to have any effect, just stays All Caps.
    Cheers, Mike

    #36794
    Zed
    Cryout Creations mastermind
    body #site-title a {
        font-variant: normal;
    }

    should do the job.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Mantra 2.5.0; force site-title to lowercase’ is closed to new replies.