How can I remove a custom pop-up from the District theme?

Hi all,

Having an issue trying to delete a sliding pop-up that we have on our website’s homepage (link below).

https://elizabethlamont.com/

I think it might have been a custom addition–It’s not available to edit in the regular theme UI, and I looked in the .liquid files but I didn’t see anything that matched.

Please let me know if you have any ideas.

@ELshop you can hide it using css

.slideshow-section {
    display: none !important;
}

Hi,

Thank you! Do you know where we need to insert this code?

You mean the modal pop up at the bottom ? there must be something in the theme settings for it. Go to online store - customized - then go to theme settings

If you didn’t manage to fix it give me collaborator access to be able to help you with it.