How to remove highlighted text in Debutify theme?

There seems to be highlighted text behind the words. Does anyone know how to remove that?

Debutify theme. pupcoop.myshopify.com saowhu

2 Likes

@IanDang

.page-title, .shopify-policy__title h1, .shopify-policy__title .h1{
background:none !important;
}
  1. Navigate to Online Store-> Theme->Edit code
  2. Asset->/theme.css or theme.scss ->paste the Above code at the bottom of the file.
  3. Save it.

@IanDang

kindly like our Solution if helpful.