Child Theme - Duplicate Parent CSS Classes
Hi,
Thanks in advance for the help! I've set up my Vantage install and added a child theme. It successfully calls both stylesheets, but when modifying a class, it will duplicate the parent's style, and just add in the style I have removed. So, if I said to it remove the box shadow and keep the outline, it will keep split it into two classes, named the same thing, keeping both the box shadow and the outline.
Any thoughts on this? Maybe the order that the CSS is being imported is wrong and the parent is being called last? How would I fix that?
Thanks so much!
-Dave