• Resolved ckme

    (@ckme)


    I would like to remove the .page-header (title and spacing) from a specific page using css but I am unable to target the page.

    I tried using the following:
    .page-id-1304 .page-header {display:none;}

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi CKME
    would it be possible to post your site here. What you have tryed is right way to get it done. So I thing it needs just little Tweeking.
    Cheers
    Tahoe Rock

    Thread Starter ckme

    (@ckme)

    This is a link to the page: https://www.mwrgc.org/frontline/

    I removed the title with a plug-in since I could not target the page but I would still like to remove the border-bottom and margins by targeting that specific page.

    With appreciation.

    Hi ckme
    What page you want to have work done on?
    Im not at home now and even iPad is great tool it is not for everything. I have to get home to reach right tools. I will ASAP
    BTW if you know how to work with development tools it would be easy task.
    Best regards
    TR

    Hi ckme,
    What I see is this:
    Site:
    MWR Churches:
    page page-id-5

    Resources by MWR Pastors:
    page page-id-8

    Topical Resources:
    page page-id-1107

    Events and Registration:
    page page-id-10

    Event Messages:
    page page-id-860

    So I do not see any page No. – .page-id-1304 .page-header {display:none;}

    Try any No. up here mentioned if it works.

    Sample:

    .page-id-860 .page-header {display:none;}
    or
    .page .page-id-860 .page-header {display:none;}

    Let me know if this work.
    Wishing nice weekend
    TR

    Thread Starter ckme

    (@ckme)

    No, unfortunately, they did not work.

    Thread Starter ckme

    (@ckme)

    Thank you for trying to help. I ended up removing the .page-header {display:none;} and added it back as a h1 when needed since I could not target a specific page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to target specific page’ is closed to new replies.