Change "Sold Out" text color and put it "bold"

Hello,

We hace lot of websites designed with your theme, so thanks, you have a great work here!

We have an issu that we need to corrrect. In the website www.distribuidoramv.com.ar in homepage you will see there some products. The first one is out of stock and have a text: Sold Out". We translate the text form theme option, however it's not very visible, so we think in to changes we want to make:

1. Put this text in bold and red.
2. Make the image even more transparent

Could you please help us with these?

Thanks a lot.

Comments

  • Hi,
    I can help you only with the first one, the second one is not possible to change easily.
    Please paste that code into the Theme Options > Custom CSS & JS > CSS
    span.soldout h4{
    font-weight:800 !important;
    color:gold !important;
    }
    If you have some further questions, feel free to ask

    Thanks
Sign In or Register to comment.