Home Forums WoodMart support forum Labels without color

Labels without color

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

    FisioIberica
    Participant

    Hi,
    The labels backgrounds of my page become transparent an I dont know why that happen or where can I change it. I have a primary and a secondary color but its not working in labels.
    Can you help me please?

    Thank you

    #159907

    Hello,

    I have test your site and it seems due to your custom code or some third party plugin all the labels become transparent and did not clearly seen.

    To fix this you need to remove your custom code or if you are using child version of theme then switch to parent version and then check back.

    In case if the labels still shown with transparent background then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .product-element-top.product-labels {
    background:red;
    }

    Best Regards.

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