Remove a default line and a word on this specific page - Prestige Theme

Hello,

I need some advice on how can to remove the line and the word OUTLET on this specific page. ( https://www.jupiter10.com/pages/outlet )

These were built using the FEATURED COLLECTION section of the Prestige template and as a default, the name and the line appear, however, I need to remove them as it doesn’t make any sense in this page layout…. Also, it’s important this change isn’t global, it should be just for this page only because I’m using the Featured Collection section on other pages and it’s displaying correctly elsewhere.

Many thanks in advance.

@MRBB

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-template--16680321220826__9fa8c14f-ed4f-49f0-9612-f56b3ef0054f {
    border-top: none;
}
#shopify-section-template--16680321220826__9fa8c14f-ed4f-49f0-9612-f56b3ef0054f section {
    padding-top: 0;
}
#shopify-section-template--16680321220826__9fa8c14f-ed4f-49f0-9612-f56b3ef0054f header {
    display: none;
}

@KetanKumar Fantastic, it’s working perfectly! Thank you very much!

@MRBB

its my pleasure to help us