How can I change the image of sales on products

Home Forums SKT Full Width Forum How can I change the image of sales on products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #199176
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Hi,
    I have the website “https://aeliaspa.gr”.

    I would like to ask how I can replace the aval shape of “offer” with some image that I will have uploaded in the media library that will say “offer” or something similar in greek “offer”=”Προσφορά” , I’m writing this to help you understand exactly what I want to replace.

    The link with the offers is this: “https://aeliaspa.gr/%cf%80%cf%81%ce%bf%cf%83%cf%86%ce%bf%cf%81%ce%ad% cf%82-%cf%80%cf%81%ce%bf%ce%b9%cf%8c%ce%bd%cf%84%cf%89%ce%bd/”

    #199221
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly send us the image path? Which do you want to use?

    Regards,
    Brad

    #199240
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Hi,
    this is the path of image: https://aeliaspa.gr/wp-content/uploads/2022/07/special-offer.jpeg

    #199246
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .woocommerce span.onsale {
      border-radius: 0;
      background-color: transparent !important;
      font-size: 0 !important;
      background-image: url("https://aeliaspa.gr/wp-content/uploads/2022/07/special-offer.jpeg");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 100px !important;
      height: 100px !important;
    }

    Regards,
    Brad

    #199256
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Thank you! You are fantastic!!!

    #199289
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Welcome 🙂

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Brad

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.