Forums

Lazy Sunday theme hide title and tagline (4 posts)

  1. bwade
    Member
    Posted 10 months ago #

    I want to hide the website title and tagline from the Lazy Sunday theme. I tried unchecking the box "Display Header Text" in the Customize section but that did not do anything.

    On a related note - how do I hide the page titles (home, Contact Us etc).

    Thanks so much for the help!

  2. bwade
    Member
    Posted 10 months ago #

    Nevermind about the second question regarding page titles - I found an answer for that.

  3. Caroline Moore
    Member
    Posted 10 months ago #

    Hmm, it probably doesn't work with the custom header because when I implemented the custom header in this theme I didn't really know how to do it properly. :)

    You can temporarily hide it using CSS:

    .title {
      display: none;
    }

    Lazy Sunday will eventually be updated for 3.4, which will include changes that fix the custom header settings.

  4. bwade
    Member
    Posted 10 months ago #

    That worked perfectly - thanks so much for the help!

Reply

You must log in to post.

About this Topic