Home>Support>Remove or Hide Page Title (Theme: Focus)

Remove or Hide Page Title (Theme: Focus)

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

Hi,
I’m attempting to hide the page title area along with its containing box in the Focus Theme on my posts, anyone have any CSS solutions?
Thanks

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Jcase,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .page #single-header {
    	display: none;
    }
    
    .page .content-container {
    	margin-top: 0;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 7 years, 10 months ago bcase

    I placed the code in as instructed but the page Title and Featured Image is still showing; see http://www.fesora.com. I’d like to hide the Featured Image and Title “Fesora Tutorials” area to allow the content below to move up. When I turn off the Featured image using Screen Options it leaves a dark box behind.
    Thanks,
    Jeff

  3. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Jeff,

    Please replace the previously provided CSS with:

    .page #single-header, .home #single-header {
    	display: none;
    }
    
    .page .content-container, .home .content-container {
    	margin-top: 0;
    }
    

    How does that look?

  4. 7 years, 10 months ago bcase

    Worked Great! 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