Help me find the html code in my code file in shopify theme crave

@cryscodes1 Please add the below line of CSS code at the end of your base.css file.

body .slideshow__text.banner__box,
body .slideshow__text-wrapper.banner__content{
display: none !important;
}

result:

1 Like