CSS changes after update
-
Hello guys,
I’m pretty new to WordPress and Woocommerce, but a friend of mine asked me for a help with his website. He had some problems so I have decided to update WordPress version from 3.7.23 to 4.9.2 and Woocommerce from version 2.0.18 to 3.2.6. Problem is that CSS of theme got messed (fonts, colours and placement of text). I was trying to find a source of this problem and I think that I have found it.Some span classes in previous version looked like this:
<span class="amount">315.00 z?</span>
In current updated version it became:
<span class="woocommerce-Price-amount amount">315.00 <span class="woocommerce-Price-currencySymbol">z?</span></span>
Also some divs just disappeared.
I have read about woocommerce default css that can overwrite custom theme css, however a try of turning off it in functions.php file it doesn’t helped.
- The topic ‘CSS changes after update’ is closed to new replies.