Cant delete template text on front page of jumbotron

I have looked everywhere and cannot figure out how to delete the text on the front page that says…

lldy is a great one-page theme, perfect for developers and designers but also for someone who just wants a new website for his business. Try it now!

There were previous answers on this forum but none of them made sense.

Hey there

This tex is default text that can be changed from the Appearance > customize.
If you want to hide it you can use this css code:

#header.header-front-page .bottom-header .section-description {
display: none;
}

I ran into the same problem, so I thought I’d reply to this with how fixed it. I hadn’t yet installed the Illdy Companion plugin, so when I finally did that, the option to change the jumbotron description appeared in the Customizer options. Hope this helps!

Hey there

Ok, let me know if you need anything else :slight_smile: