removing page header and content box

sir… i want to remove content box and header from my websites front page only, so that plugin slider and main menu dont have any gap b/w them… and widgets are also not in content box.

Hi @srujan,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.home .row {
    display: none;
}

Best Regards,
Movin