Home / Forums / WoodMart support forum / Some issues after update
Home › Forums › WoodMart support forum › Some issues after update
Some issues after update
- This topic has 6 replies, 2 voices, and was last updated 5 months, 1 week ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 24, 2026 at 9:32 pm #705950
dh2002ParticipantHello.
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.January 25, 2026 at 2:04 pm #705979
dh2002ParticipantHi.
I’ve solved points 1, 2, and 4.
I only need help with point 3.Thank you.
January 27, 2026 at 11:03 am #706216Hello,
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,
January 27, 2026 at 3:27 pm #706264
dh2002ParticipantThanks 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.January 27, 2026 at 4:17 pm #706296Hello,
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,
January 27, 2026 at 6:36 pm #706319
dh2002ParticipantTHANKS!
January 28, 2026 at 10:09 am #706364Hello,
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. -
AuthorPosts
The topic ‘Some issues after update’ is closed to new replies.
- You must be logged in to create new topics. Login / Register