• Resolved denisebi

    (@denisebi)


    Hello, me again – could you tell me how to turn off the main content header ‘pad group’ please? I’ve managed to remove completely the two sidebar top boxes, but I would like to remove the content header too, thanks
    Denise

Viewing 8 replies - 1 through 8 (of 8 total)
  • Basically, with

    #header .pad {display:none;}

    but if you have some elements inside like title & description:

    .site-title {display:none;}
    .site-description {display:none;}

    you have to remove it first.
    Mike

    Thread Starter denisebi

    (@denisebi)

    Hi Mike, thanks for that

    Unfortunately that’s not quite what I meant though – it’s the page content section… Let me try and explain

    On the default theme, there are three columns – left sidebar with top in blue, right sidebar with top in green, and the middle column of the page content, with a white header with the page name in it. I want to get rid of that white box, so the page content fits at the top of that column without a header box.

    Does that make sense?

    Thanks

    No, it doesn’t ??
    Unless you send some link to your website, at least some snapshot.
    I saw your previous post, also not clear, without some live example.

    Thread Starter denisebi

    (@denisebi)

    OK I was trying not to as I had the maintenance mode on and an impatient client, but I’ve made it live so you can see. It’s where it says Index – I want to remove that box and the border of it completely so I can shift my content area up to the top, as I have done with both sidebars

    The site is https://achestnutbarnintuscany.com/

    thanks

    OK, clear now. Try

    .page-title {display:none!important;}

    You don’t have to use “!important”, but just in case.
    Hope you understand that all “page titles” we’ll be removed from all pages
    This solves your border from previous post.
    If OK, PLS mark both [resolved], if not – ask further.
    Mike

    Strange, tested in local, if needed add following:

    .page-title h1, .page-title h2, .page-title h4 {display:none!important;}

    after above CSS.
    Now it’ll “vanish” for sure ??

    Thread Starter denisebi

    (@denisebi)

    Yes! That worked, thanks!

    Now I’ll just figure out how to get rid of the extra padding on that section and I’ll be there, thanks again

    Thread Starter denisebi

    (@denisebi)

    Done it, thanks, I’ll mark this as resolved

    Thanks so much for your help x

    Pretty easy:

    .pad {padding-top: 30px;}

    That’s default (30 px) – put any value that suits you.
    [resolved], right ??
    Mike

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide Page Title – Pad Group’ is closed to new replies.