Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #157049
    dzamani
    Participant

    How to remove header on individual page for Solid Construction Pro theme

    #157061
    Sakin
    Keymaster

    @dzamani: You cannot remove the whole header on individual page. If you need then you can hide with css for particular page. For that you need to send me the URL of the page where you need to hide the header and then I will send you CSS code to hide it.

    #157164
    dzamani
    Participant

    Hello Sakin- Thanks for the help. Below is the URL of the page:
    https://aldtechnicalsolutions.com/contact-us/
    I need to remove/ hide grey section with the following text:
    “Contact us
    HomeContact Us”

    Thanks,
    dzamani

    #157208
    Sakin
    Keymaster

    Hello dzamani,

    That’s breadcrumb and you can disable that from “Appearance => Customize => Theme Options => Breadcrumb”.

    Regards,
    Sakin

    #157310
    dzamani
    Participant

    Thanks Sakin- I mean to remove/ hide all grey section.
    So we have form right under menu and there is no more grey section

    #157315
    Sakin
    Keymaster

    Hello dzamani,

    Ok then you can add the following css in “Appearance => Customize => Additional CSS” to remove the grey section in contact us page.

    .page-id-13 .custom-header {
        display: none;
    }

    Regards,
    Sakin

    #157316
    dzamani
    Participant

    Many thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to remove header on individual page for Solid Construction Pro theme’ is closed to new replies.