Hi,
Is it possible to change the “in stock” text on the product page to a picture?
thnx!
Hi androidkastje!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.stock.in-stock {
color: transparent;
background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
background-size: contain!important;
background-repeat: no-repeat!important;
background-position: 0 50%!important;
}
Best regards,
Yigit
Hi,
Thanks it works!
Can I add next to the picture some text?
Regards,
Androidkastje
Hey!
Please add following code to Quick CSS as well
p.stock.in-stock:after { content: "This is my text!"; }
Regards,
Yigit
Hi Yigit,
Last css code doesnt work for me…
Ofcourse..
