Remove Page Title from All Pages
URL to the page in question:
-
Hello Bill,
In this thread: https://support.organizedthemes.com/forums/topic/remove-page-title-from-home-page/ you gave directions on how to remove the page title from the home page. I tried the code and it works. How can the page title and box it’s in be removed from every page?
Also, how could some padding be added, as it seems once the page title (within to box in the left corner) is gone, what you type (for example an h1 line) seems a bit too close to the top of the content area.
Thanks,
Susan
Hello Susan,
Give this a try and see if doesn’t take out titles everywhere and also give you some padding:
- Go to your theme options page and choose the Style tab.
- Scroll down to the Custom CSS box and add this:
h2.title,
h1.title {
display: none;
}
#content {
padding: 30px;
}
- Update your settings.
Have a great week,
Bill
That works!!
Thanks again for your lightning support. You rock!
Have a great week as well,
Susan
- The topic ‘Remove Page Title from All Pages’ is closed to new replies.