Hi
I’ve read multiple posts on how to remove page titles for my dawn theme website.
However, I only wish to remove the title for my about page
i tried a code, it worked but removes ALL titles from all pages
is there any way i can only remove the title for my about page?
thanks!
url: taocollective.co
h1.main-page-title.page-title{
display: none;
}
this was the code i used, but removes all titles
Hi there!
You could try adding this to the bottom of your bass.css file and clicking Save:
.page-width.page-width--narrow.section-template--15804848537827__main-padding h1.main-page-title {
display: none;
}
hi thank you for the reply!
i tried this code but the page title remains, any idea where it went wrong?
added !important;
and it’s working now, thank you!