Remove title from home page

Hello,

Here is my site,

http://www.thesleepytravellers.com/

I am trying to remove the title “The Sleepy Travellers” from the top right hand corner.

Any help would be appreciated.

Terry

Hi Terry,

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

I visited your shared site but didn’t see the title “The Sleepy Travellers” on the top right hand corner of your site. I see it on the top left hand corner of your site as a site title.

Please advise.

Kind Regards,
Movin

I meant top left my bad.

Terry

You can remove it from the home page 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 #logo .site-name {
    display: none;
}