Home Forums WoodMart support forum Best way to make Tags smaller?

Best way to make Tags smaller?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #515667

    hendrikdobbert
    Participant

    Best way to make Tags smaller?

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

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .product-grid-item .product-label {
        padding: 5px 10px;
        min-width: 50px;
        font-size: 12px;
    }

    Regards,

    #516856

    hendrikdobbert
    Participant

    Am I doing something wrong? The tags are still way to big and the font changes not.

    .product-grid-item .product-label {
    padding: 5px 10px;
    min-width: 10px;
    font-size: 2px;
    }

    #516952

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Please try below code

    .product-grid-item.wd-with-labels .product-labels .product-label {
        padding: 5px 4px;
        min-width: 20px;
        min-height: 20px;
        font-size: 12px;
    }

    Regards,

    #517650

    hendrikdobbert
    Participant

    Works!! Can we bring it more on the left top corner?

    #517763

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Use below Custom CSS code

    .product-grid-item.wd-with-labels .product-labels{
    		left: 0;
    		top: 0;
    }

    Regards,

    #519145

    hendrikdobbert
    Participant

    Thank you!!

    #519281

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Best way to make Tags smaller?’ is closed to new replies.