Home Forums WoodMart support forum MORE HELP FOR THE LABELS.

MORE HELP FOR THE LABELS.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #196961

    archimede
    Participant

    I would need to change the text color of the labels on the site; I thought I could do it through the theme settings options but every attempt failed. Could you help me please?

    Thanks to the availability.

    Attachments:
    You must be logged in to view attached files.
    #196971

    Hello,

    I saw the screenshot you attached. To change the color of the sale label you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.onsale {
    background-color: red;
    }

    You can adjust the color according to your needs.

    Best Regards.

    #196985

    archimede
    Participant

    Thanks for the quick response, but maybe there was a misunderstanding; the background of the labels can be easily changed from the sitting options, but my question was about changing the color of the text inside the labels (as indicated in the PDF containing the screen-shots). To be clear, for example: the wording -20% which now appears in white, I would like it to be written in black.

    Thanks again for the support, good job.

    #196990

    Hello,

    Please replace the previous code with the following code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.onsale {
    color: red;
    }

    This will change the text color.

    Best Regards.

    #197015

    archimede
    Participant

    Grazie mille!

    #197169

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘MORE HELP FOR THE LABELS.’ is closed to new replies.