Remove header

Hello,

We are creating a landing page, where we have setup revolution slider. We have used Slider Revolution Blank template.

We would like to remove the header completely. Is this possible? Have tried some of the css recommended in the forum, but nothing works.

Thank you in advance for any help.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the header by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove header*/
.top-header {
    display: none;
}

Best Regards,
Support

Hi, thank you for the impressive quick reply.
Unfortunately this did not help.

You can see the page here: http://www.kappikunnandi.com/camp/

Hello there,

I hope you are doing well today.

The slider revolution template is using inline style elements so they will over ride any CSS that we provide.So you will have to edit the template to make any changes.

Best Regards,
Support