• Resolved g1rl999

    (@g1rl999)


    How do I hide my Site Title from the Home Page?

    I’ve tried all three below, and one seem to work.

    .pages .title {
    display: none;
    }

    OR

    .site-description:after {
    border: none;
    }

    OR

    #header h1 {
    display: none;
    }

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