How to remove this ugly sale badge?

[ad_1]

https://preview.redd.it/9cp8wys9q7jd1.png?width=1199&format=png&auto=webp&s=979d69ad95c8ec1d20fe4794cf3f793d84acb1e2

Title, how to remove this ugly sale! badge?
Note I have a different sale badge on my product catalog page and others:

https://preview.redd.it/ex44z0wfq7jd1.png?width=1822&format=png&auto=webp&s=792c41f9fe105b1a17f25d605f27dffce8ba582e

However the Single Product page is showing that badge.
Im using Jackrabbit theme and not using any other plugin to make SALE badges.
Is there a solution to it?

Also extra question, is there a way to remove the pan zoom icon?

[ad_2]
2 Comments
  1. You could probably do it with some basic css quite easily. Just right click and ‘inspect’ the element in google chrome, find out what the class is for those elements and then change the code below as appropriate.

    Then add it to your custom css section in the customiser.

    .yourclasshere {
    display: none;
    }

  2. Inspect the sale element, find it’s id/class

    #id {
    display: none;
    }

    .class {
    display: none;
    }

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer