Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3980738
Shop grid label size
Open

Comments

  • ragheed2 started the conversation

    On the shop grid, whenever a product is on sale for example a label is shown on the top left position. Is it possible to increase the size of this label? I'd like it to be 1.5x larger in width and height.

  •  4,945
    Michael replied

    Hi,

    please use this custom CSS:

    body .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label {
        padding: 10px 14px 9px;
    }
    body .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label .text {
        font-size: 2em;
    }
  • ragheed2 replied

    Thank you Michael!

  •  4,945
    Michael replied

    You're welcome!

    Have a nice day!