- 25
Is there a way to force the free shipping graphic to appear on the product pages when the free shipping is not selected for the product?
I assume it would be something like this, but I cannot get it to work.
.product-details-page .delivery{
display: inline; }
.product-details-page .free-shipping{
display: inline; }
Any help will be appreciated.
I assume it would be something like this, but I cannot get it to work.
.product-details-page .delivery{
display: inline; }
.product-details-page .free-shipping{
display: inline; }
Any help will be appreciated.