Shop Categories

X

Reply To: Before Slider Starts the theme header and footer is visible…

Home Forums Agama Pro Before Slider Starts the theme header and footer is visible… Reply To: Before Slider Starts the theme header and footer is visible…

#27879
Zex
Moderator

Hello,

Try to insert the following code into Customizing->General-Additional CSS:

.home #footer-wrapper,
.home #masthead
{
    display: :none!important;
}

Regards