How can i change the color of the "click for 15% off"?

i want to edit the color of that banner that appear at the left bottom end of my page and there is no place in all over the template configuration and also the css code where i can change that. i’m getting crazy by looking for it.

Hi,

Add this CSS to Theme Settings > Custom CSS.

Add custom styles to your entire online store.

(update the RGB value to your required colour)

span.needsclick > div {
 background-color: rgb(255,255,255) !important;
}

Regards

it works! thanks. unfortunately i cant change the text color, i tried with " color: #f3c8bc !important;" and nothing :disappointed_face:

Hi,

This will do the text.

div.needsclick > div > p > span { color:#f3c8bc !important; }

Regards

it works! i really appreciate your help. Maybe you could check this post i made up recently? i need help :cry:
https://community.shopify.com/topic/2614034