Home>Support>Removing Page Titles

Removing Page Titles

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Alex S
    Hi, I Work Here

    Hi 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.

  2. 9 years, 1 month ago Private Message - ramon42

    This is a private message.

  3. 9 years, 1 month ago Private Message - ramon42

    This is a private message.

  4. 9 years, 1 month ago Alex S
    Hi, I Work Here

    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.

  5. 9 years, 1 month ago ramon42

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More