Home Forums WoodMart support forum Variable Text

Variable Text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #688714

    shweta
    Participant

    Hello,

    I want to make all the variation sizes equal in the side widget.
    (Variation 7)

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

    Hello,

    Sorry to say, I do not fully understand your issue. Could you please elaborate on your concern more with some highlighted useful screenshots so that we can better understand and assist you accordingly with what you actually want?

    Also, Share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #688769

    shweta
    Participant

    Hi the problem sorry was not explain about is that in the mini cart text that shows the attribute for example if you add a product the attribute of size and colour which is black and numeric 7 is a different font size how do I change that font to match the rest of the mini cart

    #688817

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards,

    #688833

    shweta
    Participant

    Sir it is mini cart.. it come a widget that can open on any page..

    see the screenshot. The word stone (attribute) is 13px while the word “color” is 11px. We need to fix this.

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

    Hello,

    Maybe you are already using custom CSS code. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #688892

    shweta
    Participant

    PFA

    #688947

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?

    Best Regards,

    #689032

    shweta
    Participant

    PFA with the URL

    #689059

    Hello,

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

    .woocommerce-mini-cart .cart-info ul.variation,
    .woocommerce-mini-cart .cart-info ul.variation li,
    .woocommerce-mini-cart .cart-info ul.variation li p,
    .woocommerce-mini-cart .cart-info ul.variation li span {
        font-size: 90%; /* match to .wd-entities-title p */
        font-weight: var(--wd-text-font-weight);
        font-family: var(--wd-text-font);
        color: var(--wd-text-color);
        line-height: 1.4;
    }

    Best Regards,

    #689101

    shweta
    Participant

    This is resolved. Thanks.

    #689150

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Variable Text’ is closed to new replies.