Home Forums WoodMart support forum Moved: Reply To: How can the color of these labels be changed?

Moved: Reply To: How can the color of these labels be changed?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307274

    rosanunezes
    Participant

    ¿Cómo se puede cambiar el color de estas etiquetas? Gracias.

    #307285

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    /*new*/
    body .labels-rectangular .new{
    color:#ffffff;
    background-color:#000000;
    }

    Change the colors as per your needs.

    Best Regards

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