How to remove uneditable text from a custom theme slideshow?

Hey there - I’m working with a client who previously had a custom theme built. On the homepage, there were previously two linked terms with an “x” in between them. I can edit the text and remove it from the theme editor, but the x remains.

I can edit a slide with these options, but the “X” is not editable:

I located two places in the code where I believe the “x” is, one in slideshow.liquid, and another in slideshow-custom.liquid. Each place has the following:

illukace_1-1642098736848.png

I previewed the page after removing this section from both places, and the x was still there. I didn’t save any changes because I don’t want to mess anything up.

Any guidance is appreciated. I’m not well versed in custom themes or custom elements, so I apologize if this is not enough information. Happy to provide more information. Thanks in advance!

@illukace ,

Can you please include the URL of your store? I need to take a look at the store page before I can offer any solution. Thanks

@UmairA Certainly, the URL is https://waterlili.com/

Hi @illukace ,

Add the following code to your theme.css file

.slideshow__text-wrap .cross{
display: none !important;
}