Home Forums WoodMart support forum Empty Product Category Page

Empty Product Category Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #710144

    rada.domik
    Participant

    Hello,

    I am currently trying to customize the page that appears when a product category is empty or when no products match the active filters.

    Specifically, I would like to:

    Change the design/style of the notification text (e.g., “No products were found matching your selection”).

    Remove the search field that automatically appears below this message.

    Could you please guide me on where to find these settings in the Theme Settings, or provide a CSS/PHP snippet to achieve this?

    Thank you for your help.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For the notice design (“No products were found matching your selection”):

    You can change its style from Theme Settings > Styles & Colors > Forms > Warning notice

    There you can adjust the background and text color.

    If you want to change the actual text, you can use the Loco Translate plugin to modify the WooCommerce string.

    Please follow this guide: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    For the search field removal, Please add this code to the Theme Settings > Custom CSS > Global:

    body .no-products-footer{
    display:none;
    }

    Best Regards,

    #710726

    rada.domik
    Participant

    Thank you, everything worked perfectly. I’m still having one issue with the settings: after a recent change, all pages started displaying slightly narrower than the screen width. How can I fix this? Thanks in advance!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You should update the theme and plugins to the latest Woodmart 8.4.1 version, then the issue will be resolved.

    Best Regards,

    #710792

    rada.domik
    Participant

    Thank you! It’s work.

    #710816

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

The topic ‘Empty Product Category Page’ is closed to new replies.