Change Sale Icon Colour. - by invogueonline

This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Robert Hall

  • Avatar: invogueonline
    invogueonline
    Participant
    October 3, 2014 at 09:47

    Hi,

    I need to change the sale icon colour from blue to red, if I change it in the settings it changes the whole colour scheme for the site. I want to change only the sale icon and nothing else. If you can let me know how to do this that would be great.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 3, 2014 at 09:59

    Hello,

    Try to add this code into custom.css file.

    .type-label-2 {
    background: red;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: invogueonline
    invogueonline
    Participant
    October 3, 2014 at 12:06

    This didn’t work sorry. I added it to the custom css but it just stays the same colour. Is there another way I can change it?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 3, 2014 at 12:17

    I’ve replace that code

    .type-label-2 {
    background: red;
    }

    for

    .type-label-2 {
    background: red !important;
    }

    And now it’s work fine. Check it, please.

    Regards,
    Robert Hall.

    Avatar: invogueonline
    invogueonline
    Participant
    October 3, 2014 at 12:27

    Awesome, Thank You. Works Perfectly!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 3, 2014 at 12:47

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Change Sale Icon Colour.’' 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.