Home Forums Space themes support forum Label Color

Label Color

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

    sreerajkr
    Participant

    Hi,

    How to change the attribute label color in HITEK theme?

    #339034

    Artem Temos
    Keymaster

    Hello,

    Please, send us a screenshot of the label you are going to change the color for and we will help you.

    Kind Regards

    #339040

    sreerajkr
    Participant

    Hi please find the attached copy of the screenshot.

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

    Artem Temos
    Keymaster

    Add the following custom CSS code to the Custom CSS section in Theme Settings

    .xts-product-label.xts-onsale {
      background: #000000;
      color: #ffffff;
    }
    #339160

    sreerajkr
    Participant

    Hi,

    I applied the css code and now it is working. But another one label is in the old style. Please check the attached file

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

    Artem Temos
    Keymaster

    Try to add the following code to change other labels

    .xts-product-label {
      background: #000000;
      color: #ffffff;
    }
Viewing 6 posts - 1 through 6 (of 6 total)