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!
bwade
Member
Posted 10 months ago #
Nevermind about the second question regarding page titles - I found an answer for that.
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.
bwade
Member
Posted 10 months ago #
That worked perfectly - thanks so much for the help!