Hello
I can not give you the url of my site here
I find the css tags on the different page
the problem is that you put your css in the php file and not on a css file
div.wwp-wholesale-pricing-details
span.retailer-text
span.save-price-text
span.price-text
bdi
b
p
detailed: $81.00
Wholesaler: $20.00
Save: $61.00 (75%)
——————————-
detailed: “span.retailer-text” $81.00 “bdi”
Wholesaler: “span.price-text” $20.00 “bdi”
Save: “span.save-price-text” $61.00 “bdi” (75%) “?????” “div.wwp-wholesale-pricing-details b ”
div.wwp-wholesale-pricing-details b {
display: none;
}
with this tag I manage to make disappear
the price line “Save: $ 61.00 (75%)”
then the detailed line I can’t find
-
This reply was modified 4 years, 2 months ago by milonet.