Changing "NEW", "SALE","OUT OF STOCK" Icons

This topic has 7 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: khimie143
    kh1mie
    Participant
    March 6, 2016 at 04:54

    I’ve been trying to find a topic in how I can change these icons on my Woopress theme. Is there any way I can change the Icon like I can in legenda theme?

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 7, 2016 at 15:09

    Hello,

    Could you please clarify us with more details?
    Do you want to change the color of these icons or use your own icons?

    Regards,
    Robert Hall

    Avatar: khimie143
    kh1mie
    Participant
    March 10, 2016 at 01:47

    Hi Robert,

    I wanna change my own Icon to match my theme style. Hope to hear from you all soon, Thank you!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 10, 2016 at 08:44

    Hello,

    Please use this code in Global Custom CSS
    To change New icon:

    .type-label-1{
    background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
    }

    To change Sale icon:

    .type-label-2{
    background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
    }

    To change Out of Stock icon:

    .out-stock{
    background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
    }

    background – there should be a link to your own image.

    Regards,
    Robert Hall

    Avatar: khimie143
    kh1mie
    Participant
    March 16, 2016 at 16:58

    Thank you so much Robert!

    You guys are the best!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 16, 2016 at 17:00

    Hello,

    You are welcome!
    Would be very appreciate if you leave a rating! You can do this in Downloads area. Login to your account on ThemeForest, go to Downloads area, find WooPress theme and you’ll see the stars next to it.
    Thank you!

    Regards,
    Robert Hall

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 16, 2016 at 17:01

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Changing "NEW", "SALE","OUT OF STOCK" Icons’' 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.