Home Forums WoodMart support forum Some issues after update

Some issues after update

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #705950

    dh2002
    Participant

    Hello.
    I’ve updated to the latest version and I’m encountering some visual issues that I can’t resolve.

    I’ve attached screenshots.

    1. HOME PAGE.
    I can’t adjust it to the correct page width, and the icons in the header aren’t displaying. They should look like the screenshot called “correct width.jpg”.

    2. OUTLET PAGE.
    It doesn’t display the correct header. See attached.

    3. SHOPPING CART WIDGET.
    Everything looks too small: the title, buttons, and font.

    4. “ARCHIVO Y CLASIFICACION” PAGE.
    It doesn’t maintain the correct width; it’s displayed wider than it should be. See attached.

    Thank you very much. I look forward to your response.

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

    dh2002
    Participant

    Hi.
    I’ve solved points 1, 2, and 4.
    I only need help with point 3.

    Thank you.

    #706216

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I’ve checked your site, and the Shopping Cart widget is displaying correctly, but I understand you’d like the text and titles.

    See this screenshot for clarification: https://ibb.co/fGxdbb5q

    Here’s how you can adjust them:

    • For the subtotal price, you are already using custom CSS in Theme Settings > Custom CSS. You can increase the font-size there as needed.
    • For other text and titles, go to Theme Settings > Typography > Basic > Titles font and increase the Entities names font size for product titles: https://xtemos.com/docs-topic/advanced-typography-settings/

    These settings affect global typography.

    If you prefer to change only the Shopping Cart widget font sizes, let me know and I can provide a more specific solution for that area only.

    Best Regards,

    #706264

    dh2002
    Participant

    Thanks for your reply.

    “If you prefer to change only the Shopping Cart widget font sizes, let me know and I can provide a more specific solution for that area only.”

    Yes, exactly.

    I’ve attached another screenshot.

    I also need to be able to change only the font size in the search results.

    Thanks.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS:

    /* Scope everything to the shopping cart sidebar */
    .cart-widget-side {
    
        /* Shopping Cart Heading */
        .wd-heading .title {
            font-size: 20px; /* adjust as needed */
            font-weight: bold; /* optional */
        }
    
        /* Close button height */
        .wd-heading .wd-action-btn.wd-style-text > a {
            height: 25px; /* adjust as needed */
            font-size: 14px; /* adjust font-size of "Close" text if needed */
        }
    
        /* Product titles in the cart widget */
        .product_list_widget > li .wd-entities-title {
            font-size: 16px; /* adjust as needed */
            font-weight: 500; /* optional */
            line-height: 1.3;
        }
    
        /* Mini cart subtotal font */
        .woocommerce-mini-cart__total strong {
            font-size: 16px; /* adjust as needed */
        }
    }

    For the search results use this code.

    /* Change font size for search results only */
    .wd-search-results .wd-entities-title {
        font-size: 16px !important; /* change this to whatever size you want */
    }
    .wd-search-results .price {
        font-size: 15px; /* price font size */
    }

    Best Regards,

    #706319

    dh2002
    Participant

    THANKS!

    #706364

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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 7 posts - 1 through 7 (of 7 total)

The topic ‘Some issues after update’ is closed to new replies.