Home › Forums › WoodMart support forum › compare icon
compare icon
- This topic has 21 replies, 2 voices, and was last updated 2 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 25, 2022 at 12:28 am #378522
enganas17ParticipantHow can I remove the compare icon from the mobile devices and i pad in the burger menu
May 25, 2022 at 4:20 am #378570
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will give you custom CSS.
Best Regards
May 25, 2022 at 1:00 pm #378681
enganas17ParticipantIs the code like this:
.wd-nav-mobile li.menu-item-compare {
display: none;
}
if yes, where should I add it,May 25, 2022 at 9:48 pm #378842
Elise NoromitMemberHello,
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
May 25, 2022 at 11:28 pm #378851
enganas17Participantwhere i have to add it in which area
!May 26, 2022 at 3:53 am #378895
Elise NoromitMemberMay 26, 2022 at 5:29 pm #379101
enganas17ParticipantI am talking about the code, where i have to add the code, in which area,
and send the code, if you better than i sentMay 27, 2022 at 3:14 am #379201
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global
Best Regards
May 27, 2022 at 3:21 pm #379385
enganas17Participantokay, you mean in the global area, not only for mobile area
May 28, 2022 at 3:14 am #379489
Elise NoromitMemberHello,
If you want to hide on mobile are, yes, you should move the code from Global to Mobile.
Best Regards
May 28, 2022 at 12:49 pm #379523
enganas17ParticipantI 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
May 29, 2022 at 3:17 am #379594
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .menu-item-compare{ display:none; }
Best Regards
May 29, 2022 at 2:47 pm #379635
enganas17Participantokay, thanks,
it is a little bit different to the previous code
May 30, 2022 at 12:15 am #379717
Elise NoromitMemberHello,
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
May 30, 2022 at 12:30 am #379719
enganas17ParticipantI 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;
}May 30, 2022 at 4:03 am #379748
Elise NoromitMemberHello,
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
May 30, 2022 at 4:20 am #379751
enganas17ParticipantI see both codes remove compare icon, so what the difference
!May 30, 2022 at 11:43 pm #380021
Elise NoromitMemberHello,
Please use the recent one.
Best Regards
May 31, 2022 at 2:29 am #380049
enganas17Participantlittle confused ,,,
what is the difference between both codes,
both of them remove the compare iconMay 31, 2022 at 3:01 am #380067
Elise NoromitMemberHello,
They are the same.
You can use any of them.
Best Regards
May 31, 2022 at 4:02 am #380073
enganas17Participantthanks
May 31, 2022 at 12:28 pm #380177
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘compare icon’ is closed to new replies.
- You must be logged in to create new topics. Login / Register