Home Forums WoodMart support forum how to make deafult on mobile “categories”

how to make deafult on mobile “categories”

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #398343

    ipcomp
    Participant

    https://prnt.sc/ajJdx5wla4Tk

    1. make mobile – to open deafult on “categories” and not “menu”
    2. i want to put in search box some kind of boarder color so pepole can notice it also search icon
    3. can menu open from the right and from the left ? we using RTL

    #398430

    Hello,

    1. Please Go to Woodmart >> header Builder >> Edit header >> Mobile header. Edit the Mobile menu and enable the option.

    Screenshot: https://gyazo.com/b82c1a6ae77710d601d0b5ff0842f9e0

    2. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav .searchform input[type="text"] {
        border: 1px solid;
    }

    3. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-side-hidden.wd-left {
        right: 0;
        left: auto;
        transform: translate3d(100%, 0, 0);
    }

    Best Regards

    #398443

    ipcomp
    Participant

    i cant find the point number 1
    what i need to choose here for swapping ?
    https://prnt.sc/ln5z5gSB29Sa

    #398444

    ipcomp
    Participant

    for points 2 & 3
    i have the css you send me
    https://prnt.sc/BvDiNaH0Bapi

    but no change happen….

    #398467

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #398479

    ipcomp
    Participant

    i send login details in extra information below

    #398684

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #398915

    ipcomp
    Participant

    Hello

    Thank you for the support
    but point 2 still remain the same on mobile
    https://prnt.sc/I06CTfFAfzm3
    make boarder of serch also green color like in categorris line color
    and same with point number 3 not open from the right like need to be in RTL

    #399013

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

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