Hi,
Is it possible to have a logo on products that are on sale?
I have downloaded the plugin OnSale Extender Lite but that doesn't seem to work with the abundance theme.
( http://wordpress.org/extend/plugins/woocommerce-onsale-extender )
Rgds,
Roy
Hi,
Is it possible to have a logo on products that are on sale?
I have downloaded the plugin OnSale Extender Lite but that doesn't seem to work with the abundance theme.
( http://wordpress.org/extend/plugins/woocommerce-onsale-extender )
Rgds,
Roy
I haven't tested the plugin and I'm not sure if it's compatible with our theme. You can integrate the Sales Flash plugin from here: http://bit.ly/tPtyyw with following code:
#top .onsale {
display: block;
}
maybe this helps you in this case too.
Where should I place this code Dude, in the custom.css?
>> ok this works. Thanks Dude!
You can change the letter color like this.
#top .onsale {
color: #FFFFFF;display: block;
}
Any idea how the box color can be changed?
Hi,
could you specify which box? An image might help.
I think Otra_nl means the oval shape that contains the text "Save xx%". span.onsale.
Hey,
the background can be changed with:
#top .onsale {
color: #FFFFFF;display: block;
background: none rgba(0, 0, 0, 0.8);
}
Instead of 0,0,0 insert your rgb values or replace the rgba with your hex color value.
@jsraaf: Yes that is what I mean
@Dude: Thanks again!
Glad that I could help you :)
You must log in to post.