How to remove text box in image with link

Where about in code am I able to remove the text box above the SHOP NOW button :slightly_smiling_face:

@Thomasgalati6

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

costfit.com.au

Hi,

To do that, you can install my free app Custom CSS and add the following code

If you don’t want to install the app, you can add the following at the bottom of your assets/styles.scss.liquid or assets/theme.scss.liquid file

.template-index .shopify-section--slideshow .hero-content__title {
  display: none !important;
}

That doesn’t seem to work unfortunately

Hi,

I see that the text is deleted https://prnt.sc/195gbgs. Could you please recheck it?

Hey there, this is the section that I needed text deleting

hello @Thomasgalati6

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-162545891710bb3761 .page-width .section-block .featured-content .emphasized-title-wrapper{
          visibility: hidden;
  }