Home Forums WoodMart support forum Display Only Categories in Mobile Menu

Display Only Categories in Mobile Menu

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

    woodizy34
    Participant

    Hello,
    I would like the mobile menu to display only the “Categories” section. I’ve checked the theme settings but couldn’t find an option for this. I would really appreciate your help, as I don’t want to have two separate menus on mobile.
    Thank you in advance!

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

    Hung Pham
    Keymaster

    Hi woodizy34,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-nav-mob-tab>li.mobile-pages-title{
        display: none;
    }
    
    .wd-nav-mob-tab>li.mobile-categories-title{
        flex: 1 0 100%;
        max-width: 100%;
    }

    Kind Regards,
    Hung PD

    #678607

    woodizy34
    Participant

    We only want to change the color of the heart logo and the navigation arrows. Could you please help us with where to make these changes?

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

    Hung Pham
    Keymaster

    Hi woodizy34,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-wishlist-btn.wd-action-btn>a {
        color: #83b735;
    }
    
    div.wd-product-grid-slider-nav>div{
        color: #83b735;
    }

    Regards,
    Hung PD

    #678726

    woodizy34
    Participant

    Thank you. We have one more small question: when we open a product page, we would like to place the “add to favorites” option on top of the product image. We couldn’t figure out how to do this, and we would greatly appreciate it if you could help us with this as well.

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

    Hung Pham
    Keymaster

    Hi woodizy34,

    Unfortunately, there is no such option for both questions by default in our theme.

    Regards,
    Hung PD

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