Okay
  Public Ticket #1202788
remove header
Closed

Comments

  • daverousd started the conversation

    Hey there,

    I am using the kalium theme to create my photography website. now i wanted to do some custom changes to the theme. like hiding the header in my "home" page. Is there a way to do this using custom css? or would you recommend working with a child theme?

    I tried this code, but it does nothing:

    .page-id-4089 .site-header {
        display: none;
    }
    

    any help is much appreciated.

  • [deleted] replied

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Can you please add the code below to your Custom CSS area:

    body.home header.main-header {
    display: none !important;
    }
  • daverousd replied

    Cool, thank you so much, that worked perfectly.

    One more question. I am using visual composter wich comes with the kalium theme. it seems to me though, that visual composer options differ from what i seem to see on youtube tutorials. for example missing setting options. is this because of the kalium theme?


    Thanks for your answer

  • [deleted] replied

    Hi daverousd,

    Glad to hear that

    As for your last question:

    We haven't removed any feature of this plugin, as I can see there are all the Settings that this plugin offers:


    (view on new page)

    Or maybe Visual Composer has changes things a little bit on their plugin since they have made those video tutorials.

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!

    Will set this ticket as solved from here.