Hi there!
I want to make the prices in my Woocomerce webshop directly visible instead of only on hover. I’ve found the CSS code for this and entered it into the global CSS:
.woocommerce li.product .entry-wrap {
position: relative; !important;
}
In the preview this code is working fine and does the thing I want. However, on the live site this doesn’t work. I’ve already tried to add the CSS tot the style.css file of the child theme. Unfortunately, this doesn’t make a difference.
Could you please help me to get this code to work in the live version?
Thanks in advance!