change opacity | WordPress.org

This makes it black and darkens the in-stock notice.

.woocommerce ul.products li.product .price {
    color: #000;
}
ul.products .s_in_stock_color {
    color: darkgreen;
}

To add or override CSS: use the “Additional CSS” option in the customizer. https://wordpress.org/support/article/appearance-customize-screen/

Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

Hello thank you very much. Everything helped me a lot, and I’m going to read the links!
Still the old price, the most expensive one, looks very light in color, I want the two prices to look good since the most expensive one is crossed out.
I ask for your help as I am going to make the offer tomorrow and I will not have time to read all the links that you sent me.

  • This reply was modified 2 days, 23 hours ago by matijdk.

I don’t see any that have crossed-out prices.

https://www.ambarvioletajoyeria.com/categoria-producto/acero-quirurgico/pulseras-acero/

It is a plugin for temporary offers, now it is active and you will be able to see it at the old price crossed out and the new one.

  • This reply was modified 2 days, 23 hours ago by matijdk.

sort of better

del span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: bold;
}

If you have any more issues, please contact the developers of your theme.

Thankssssssssssssss!!! now is perfect!!! i am going to read all the link!!
Good bay, thanks!



Source link