I have a question about changing the size of the price of product. I would like to have the product PRICE on product page and PRICE on related products row to be different. https://artifexliving.com/product/steel-storage-tool-box/
I used CSS to change the price in related products view.
Hello!
I have a question about changing the size of the price of product. I would like to have the product PRICE on product page and PRICE on related products row to be different. https://artifexliving.com/product/steel-storage-tool-box/
I used CSS to change the price in related products view.
.woocommerce .product .item-info h3 a, .woocommerce .product .item-info .price ins, .woocommerce .product .item-info .price>.amount {
font-size: 16px !important;
}
But it also changed the size of the product price.
Can I change the prices separately somehow?
Hi kerlinomm,
Can you remove the other Custom CSS you have tried before and paste the code below:
Thank you.
Thanks for the code, I was able to make the changes!
Sorry! One more problem with dash line between prices.
I still can't change the size of the dash line separately for product price and related product prices.
What code I need to use?
Right now I used this for dash line changes:
Hi kerlinomm,
Please add the code below to your Custom CSS area:
Will set this ticket as solved from here.
Thank you so much!
Have a great day :)