This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Removing Page Titles

9 years ago · Last reply by ramon42 9 years ago

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

5
  1. Alex S Staff 9 years, 8 months ago

    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. ramon42 Private 9 years, 8 months ago

    This is a private message.

  3. ramon42 Private 9 years, 8 months ago

    This is a private message.

  4. Alex S Staff 9 years, 8 months ago

    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. ramon42 9 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread