Collection title hide/remove prestige theme

Hi All,

Is it possible to hide/remove the collection title in prestige theme?

Draft theme URL; https://spm07qq9wvu1399h-25590600.shopifypreview.com

Thank you

@Danielparsons

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.Slideshow__Content .ButtonGroup__Item::before {
    background: transparent !important;
}

.Slideshow__Content .ButtonGroup__Item {
    color: #fff !important;
}
[data-section-type="featured-collections"] h2 {
    display: none;
}

Curious does this code update still work on 2023 updates in Prestige? Tried pasting in the code and it doesn’t seem to be working.