How to modify the css?
-
Hey! Awesome plugin! I am loving it so far.
I am only having trouble because I am an absolute beginner, I was wondering if you could help me figure out how to edit the css of the plugin in a way that I can push from a remote repo.
Basically, I want to change the css in icons.css, to get rid of the products list money image. I have found a way to do this by commenting out the following code:
.mp_grid .mp_product_price:before { content: ' '; width: 16px; height: 16px; /*background: url('modern-images/money.png') no-repeat 0 0;*/ position: relative; top: 28px; left: -20px; display: block; }my question is this: Can I do that same modification from somewhere within my child theme? I tried importing the file into style.css, but I still could not access the modification.
I need this because I was told all modifications in css should be done within my child theme, so I can run updates smoothly.
The topic ‘How to modify the css?’ is closed to new replies.