• Looking for help on this:

    Hide the site title: I don’t really need this, and I don’t like the way it incorrectly capitalizes Ph.D.

    or

    Keep the site title, correct the capitalization, and hide the site title in the middle.

    either of these possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Tarianel,

    We can do with the help of custom css. You can apply the below given css into your style file-

    a.text-logo {text-transform: none !important;}
    h1.hero-title {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter Tarianel

    (@tarianel)

    Perfect.

    Super helpful, thank you!

    Love this theme 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Site Title?’ is closed to new replies.