Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #177449
    Glen Pavelich
    Participant

    I need to hide ‘Home’ on the main page. Can you provide the css for that please.

    #177475
    sapana
    Participant

    @fireflywebs: Please post in your site url so that I can look into that issue and provide you with necessary css code.

    Kind Regards,
    Sapana

    #177508
    Glen Pavelich
    Participant

    OK. Thanks
    This is just a new install test site.

    http://test.hoffmannholderinsurance.ca/

    #177510
    sapana
    Participant

    @fireflywebs: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home .entry-header {
        display: none;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    #177511
    Glen Pavelich
    Participant

    Yes, but it also took off the headers for the media text in the black box above.

    The header media title and subtitle.

    #177513
    sapana
    Participant

    @fireflywebs: You can remove that previous code, please try adding this code. let me know if this works fine!!
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home .entry-header h1 {
        display: none;
    }

    Kind Regards,
    Sapana

    #177517
    Glen Pavelich
    Participant

    That worked. Thank you.

    G

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Media’ is closed to new replies.