• Resolved lifesgoodjourney

    (@lifesgoodjourney)


    RE: Kyma Advanced

    My Theme has a top bar, a header (with my logo and menu), and then another header with my page title and breadcrumbs. I would like to remove the header that shows my page title and breadcrumbs, I don’t like the redundancy.

    It now says:
    Coming Soon!
    You are Now on: Home Coming Soon!

    Could you please tell me how to remove this “extra” header. I am just starting to build this site, I do not know CSS. Thank you.

    https://www.hemplogik.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,
    To remove page title and breadcrumbs put following code inside your theme’s Custom CSS section.

    #site_header + section {
        display: none;
    }

    Hi lifesgoodjourney,

    Did the above solution work for you.

    I think you are using premium theme version of kyma.

    So please do not ask premium support here.

    Please raise your further issue at our private support forum.

    Here is a link Support Forum

    Let us know for further assistance.

    Thank You

    @madhusudan,

    Thanks for your kind support.

    Thread Starter lifesgoodjourney

    (@lifesgoodjourney)

    Madhusudan@WEN Solutions – thank you for taking the time to help me. That worked great and improve the look of my page. I appreciate you taking the time to help me.

    Webhuntsupport – it worked just fine, thank you for your attention to this matter.

    Thank you.

    @most Welcome,

    We happy to help you.

    If you have any query then let us know for further assistance.

    Thank You

    I removed extra header as you say, and it worked but in the home page disapeared the Service Options.

    I have de Slider not enabled, if I enable it then it appears Service Options Again. If I disable slider, then Service Options disapears although it is enabled.

    If I insert again page title then Service Options works correctly but I don’t want the page title.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please remove below CSS rules from Custom CSS Editor.

    #site_header + section {
        display: none;
    }

    and put this instead of above.

    section.content_section.page_title {
        display: none;
    }

    Save the changes.

    Hope it will work for you.

    Note: Please enabled your home page.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove extra header’ is closed to new replies.