Home Forums WoodMart support forum menu filter

menu filter

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

    omar_2234
    Participant

    Hello, my menu filter has several problems, so how can I modify it to the way I want?

    Such as the shape of the arrow, not opening the filter for categories automatically unless you click on the arrow, shading the main category title so that it has a different shape from its subtitle, etc.

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

    Hello,

    Please share the WP admin login details of your site so I can check and give you the possible solution.

    Best Regards.

    #502765

    omar_2234
    Participant

    ok

    #502916

    Hello,

    Please update the new version of the theme “WOODMART WordPress NEW: 7.3.1 RELEASED” and update the required plugin and check the issue.
    https://xtemos.com/docs-topic/update-the-theme/

    Hope so your issue will be resolved!

    If the issue remains, deactivate the third party plugins on your site and check the issue. If the issue still persists, let me know I will further check the issue on your site.

    Best Regards.

    #503078

    omar_2234
    Participant

    Hello, I have updated the theme, but the problem still exists. At least I want to know whether it is possible to modify the menu, such as making the color of the main title of the category different from the subtitles or multiple selections.

    I attached a picture of another store that I want to make the menu like

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

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .widget_product_categories .widget-title {
    color: red;
    background-color: blue;
    }
    
    .cat-have-child.open-m-menu ul.children {
    background-color: beige;
    }

    Change the code as per your requirements.

    Best Regards.

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