Sale shop text - by Eduard - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler

  • Avatar: Eduard
    Eduard
    Participant
    March 4, 2020 at 10:42

    It is possible in this theme to put this text sale above the discount?? like screen shoot
    https://prnt.sc/rbcoue

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:03

    Hello,

    Try to add the “Sale” text via Theme Options
    + the next custom CSS code:

    .products-loop .onsale {
        max-width: 55px;
    }

    Regards

    Avatar: Eduard
    Eduard
    Participant
    March 4, 2020 at 11:24

    it is perfect, only a small detail, to change only the background and font of sale text without the discount text

    Thank you very much rose

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:30

    There is no such possibility because it is one element – http://prntscr.com/rbdk3d

    Regards

    Avatar: Eduard
    Eduard
    Participant
    March 4, 2020 at 11:35

    I understand, but to put a background image on the sale text it is possible??

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:57

    Yes, you can try the next code –

    .onsale { 
        background-image: url("link_of_your_image");
        background-size: cover;
    }

    Regards

    Avatar: Eduard
    Eduard
    Participant
    March 4, 2020 at 12:18

    ossom thank you solved

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 12:59

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Sale shop text’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.