remove sale text from product page of palo alto theme

Hello Everyone,

In palo alto theme i am trying to remove sale text from the badge.

Below is the screenshot.

can anyone help me how to remove that text.

1 Like
  • Here is the solution for you @Rohan_amazg
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press β€˜Save’ to save it.
.product__price--off {
    display: none !important;
}
  • Here is the result you will achieve:

  • Please press β€˜Like’ and mark it as β€˜Solution’ if you find it helpful. Thank you.
1 Like

i want the badge but in that badge i don’t want sale text
save Rs200 that is needed

only sale text needs to be removed

1 Like
span[data-price-off-type], em{
 display: none !important;
}

Yes. Can you try this code @Rohan_amazg

1 Like