matiasduga
Forum Replies Created
-
That did the job! Awesome, thanks man!
Everything is working except for the price next to quantity. For what I’ve tried it inherits the bold from the price tag next to subtotal. So tried:
.woocommerce-Price-amount.quantity { font-weight: normal; !important; }After everything else but didn’t work
So this:
.woocommerce-Price-amount.amount { color: black !important; }Made changes to price tag next to subtotal, the one up next to quantity that we want to change and the price tag for the store item in the list down. Hope that hepls
- This reply was modified 6 years ago by matiasduga.
Totally!
Yes it worked, but there is a last thing, and better explained with and image what i want it to look like so here we go:
So for the “subtotal: $1” to go both bold and also “prueba 1” bold but second line normal.
That is the last touch! Thanks
Added to my child theme styles.css and worked!
– Just need your help with the last things, the text when there is nothing added in the cart is also white.
– The cart total and item price is still bold, so I tried to add “font-weight:normal !important;” for these but didn´t work.
– And the total price is still blue.Thank you very much for your help