• Resolved 8floz

    (@8floz)


    Hello Anders. Thank you for your fantastic themes. I am using Sullivan theme for a woocommerce site and have created a static homepage (with siteorigin blocks) using the full width template. I’d like to hide/remove the page title and top margin on this page (or on all the full width template pages). I’ve been trying to work it with css but haven’t found a solution.
    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @8floz! I am not the theme author but I am taking a look at this issue for you while I have some time.

    What specifically are you trying to remove? On the page you linked it seems there is no page title per se, just your logo and the company name below it.

    Thread Starter 8floz

    (@8floz)

    Hi @mmediagroup
    Thanks for looking into this. I found a css code snippet to take out the page title but can’t figure out a code for removing the block altogether so the page starts under the nav bar.

    If you could help that would be great!

    @8floz you want to remove the space between the nav bar and the image slider, right? You could try the following CSS code

    
    .section-inner + .section-inner {
    	margin-top: 0;
    }
    
    #site-content {
    	padding-top:0;
    }
    

    But please note as developers ourselves this feels more like a band-aid solution to the problem, so we’re also keen to hear what the theme developer says!

    Thread Starter 8floz

    (@8floz)

    Fantastic, that works perfectly.

    This is the other code I used:

    /* Hide title on HOME page */
    .page-id-115 .page-title { display: none; }

    Many thanks @mmediagroup

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide page title on homepage’ is closed to new replies.