Removing Page Titles
Hello, I am new to using your siteorigin page builder. I created a page but am seeing the header/title of the page still. I am using the ResponsiveBoat theme. I try to follow some of the other threads but have been unsuccessful in implementing the custom css code. Any help would be appreciated.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Ramon,
Typically this is dependent on the theme to allow you to do this. With that said, I can help you remove the page title via CSS.
Do you have a public URL where we can take a look? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
This is a private message.
Hi Ramon,
It should be noted that this isn’t a problem. It’s more of a limitation of the theme. Regardless, you can change the style of the page with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.page-id-63 .entry-header { display: none; } .page-id-63 article.hentry, .page-id-63 .content-left-wrap { border: 0; padding: 0; } .page-id-63 .entry-content { margin: 0; } .page-id-63 .header { min-height: initial !important; }You might also need to install the SiteOrigin CSS Editor.
Wow, you are amazing! I tried narrowing down the problem to no avail. Works perfectly!
Thank you!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.