Hi, how can I move the sale bubble so it will be on on the top left corner of the image – https://screencast.com/t/ADFfrbBH – and how can I change the color of the bubble background and text?
Thanks!
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
#top .onsale {
top: 17px;
right: auto !important;
background-color: red !important;
}
Best regards,
Rikard
Great, Thanks!