Home Forums WoodMart support forum compare icon

compare icon

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #378522

    enganas17
    Participant

    How can I remove the compare icon from the mobile devices and i pad in the burger menu

    #378570

    Hello,

    Please insert the site admin access into the Private content below the message area. We will give you custom CSS.

    Best Regards

    #378681

    enganas17
    Participant

    Is the code like this:

    .wd-nav-mobile li.menu-item-compare {
    display: none;
    }
    if yes, where should I add it,

    #378842

    Hello,

    Does it work for you? If it does not, insert the site admin access into the Private content below the message area. We will give you custom CSS.

    Best Regards

    #378851

    enganas17
    Participant

    where i have to add it in which area
    !

    #378895

    Hello,

    Please check the screen: https://gyazo.com/1cff640d06f9f1da35f2e3d562fbc163

    Best Regards

    #379101

    enganas17
    Participant

    I am talking about the code, where i have to add the code, in which area,
    and send the code, if you better than i sent

    #379201

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #379385

    enganas17
    Participant

    okay, you mean in the global area, not only for mobile area

    #379489

    Hello,

    If you want to hide on mobile are, yes, you should move the code from Global to Mobile.

    Best Regards

    #379523

    enganas17
    Participant

    I want to hide it from mobile and tablet devices because on the desktop, it has already been removed from the menu,
    so on this case, I have to add it in the global area,
    am I right!

    I mean it doesn’t affect the desktop

    #379594

    Hello,

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

    body .mobile-nav .menu-item-compare{
    display:none;
    }

    Best Regards

    #379635

    enganas17
    Participant

    okay, thanks,

    it is a little bit different to the previous code

    #379717

    Hello,

    Theme Settings > Custom CSS has a separate section for each mobile device.

    If you have any questions please feel free to contact us.

    Best Regards

    #379719

    enganas17
    Participant

    I mean there are two codes,
    which one should i use!

    .wd-nav-mobile li.menu-item-compare {
    display: none;
    }

    or

    body .mobile-nav .menu-item-compare{
    display:none;
    }

    #379748

    Hello,

    This code would remove compare menu item from the mobile menu:

    body .mobile-nav .menu-item-compare{
    display:none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #379751

    enganas17
    Participant

    I see both codes remove compare icon, so what the difference
    !

    #380021

    Hello,

    Please use the recent one.

    Best Regards

    #380049

    enganas17
    Participant

    little confused ,,,
    what is the difference between both codes,
    both of them remove the compare icon

    #380067

    Hello,

    They are the same.

    You can use any of them.

    Best Regards

    #380073

    enganas17
    Participant

    thanks

    #380177

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘compare icon’ is closed to new replies.