• Hi, can you help me figure out the CSS i need to input to remove the page title from the home page?

    thank you!

    Tamar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author uxl

    (@uxl)

    Hi, to hide the page title on the home page only, add this CSS:

    .home .main-title{
    display: none;
    }
    Thread Starter tamarvb

    (@tamarvb)

    thank you! Worked perfectly!
    FYI for anyone else reading this thread— if you remove “.home” from the above code, it will remove titles from all of the pages.

    Thread Starter tamarvb

    (@tamarvb)

    resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove title’ is closed to new replies.