Remove White Space and Return to Top Button

Hello, my website is: http://tigertrail.co/
I would like to remove the white space above the tiger, and the right bottom “return to the top” button.
Could you please tell me how to do that?

Thanks,
Stef

Hi Stef,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

header#masthead, a.btn.back-to-top {
    display: none;
}

Best Regards,
Movin

Thank you very much !

You are most welcome here :slight_smile: