Home Forums WoodMart support forum Discount Label Color

Discount Label Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167792

    lavitasarim
    Participant

    Hello.

    It would be great if the color of the labels such as discount and hot shown on the products be changed from the theme settings.

    Do you have such a solution? Will it happen?
    How can we do that?

    Thank you.

    #167810

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    /*sales*/ 
    body .labels-rectangular .onsale { 
    color:#ffffff;
    background-color:#000000; 
    font-size:12px; 
    }
    /*hot*/
    body .labels-rectangular .featured {
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }
    /*new*/
    body .labels-rectangular .new{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Set the background as per your needs and remove styles that you do not need.

    Best Regards

    #167818

    lavitasarim
    Participant

    Hello.

    If you make this setting can be changed from theme settings it would be great.

    I am waiting your good news.

    Thank you.

    #167864

    Hello,

    We shall take into account, however, do not guarantee to implement in the nearest future.
    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Discount Label Color’ is closed to new replies.