Home Forums Basel support forum Discount bubble icon – change of colour

Discount bubble icon – change of colour

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

    joyceloh
    Participant

    Hi,

    can you guide me on the CSS code how to change all the green discount bubble to #fc5c63 colour?

    have attached screenshot below.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #24124

    Artem Temos
    Keymaster

    Hi,

    You can change this color with the following CSS code

    .woocommerce span.onsale, .woocommerce-page span.onsale {
    	background: #ff0000;
    }

    Regards

    #24393

    joyceloh
    Participant

    it works, thanks!

    #24401

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Discount bubble icon – change of colour’ is closed to new replies.