Home Forums WoodMart support forum The categories in title

The categories in title

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #460794

    nordeko.lv
    Participant

    Hello,
    As I have lot of categories and I would like to hide categories in title in desktop version and in same time keep in mobile version? Now if I switch off categories in title than it happening on desktop and mobile.
    Maybe is is possible to keep categories in desktop version in collapsed style like in mobile?

    Is there any solution?

    Thanks in advance!

    #460968

    Hi,

    Sorry to say but right now there is no option in Theme Settings available to achieve that.

    So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >>Custom Css for desktop:

    :is(.color-scheme-light,.whb-color-light) .wd-nav[class*="wd-style-"] {
        display: none !important;
    }

    Best Regards.

    #461039

    nordeko.lv
    Participant

    Thank you!
    BR, Aldis

    #461043

    nordeko.lv
    Participant

    I tried your code but unfortunately it didn’t help me!

    Maybe I’ll clarify the question again. I would like it so that if I turn on Categories in Title, then the Category menu should only appear in the mobile version, but it should be hidden in the Desktop version.
    Thank you!

    #461178

    Hi,

    Could you please share your Site WP-ADMIN Login details in the Private Content field on which you are facing the issue so that we can check this concern on your Site and help you out accordingly.

    Best Regards.

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