removing wishlist option from the menu bar in the mobile

vaibhav3809
Tourist
5 0 2

can anyone here tell me, how to remove the wishlist option from the menu bar in the mobile as in the pc version, it's not showing.

Replies 8 (8)

suyash1
Shopify Partner
9134 1137 1485

@vaibhav3809 - can you please share your website link?

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
vaibhav3809
Tourist
5 0 2

https://insideout5.com/  (check the website on your phone )

 

vaibhav3809
Tourist
5 0 2

https://insideout5.com/  (check the website on your phone )

Zworthkey
Shopify Partner
5581 642 1569

@vaibhav3809 

@media screen and (max-width: 1199px){
.wrapper-container .appentMb .menu_bar_right {
    width: 100%;
    float: left;
    display: none !Important;
    text-transform: uppercase;
    font-weight: 600;
}}

Add this code in css.

vaibhav3809
Tourist
5 0 2

i have added the code in css but still it's showing wishlist option when i am opening my website on my mobile...i want to remove  the wishlist option from the menu.

AvadaCommerce
Shopify Partner
3879 839 955

Hi @vaibhav3809 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/frame.scss->paste below code at the bottom of the file:

@media (max-width: 1199px) {
    .wrapper-container .appentMb .menu_bar_right {
        display: none !important;
   }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

Zworthkey
Shopify Partner
5581 642 1569

@vaibhav3809 
Welcome to the Shopify community!
Thanks for your good question.


Please share your store URL.
So that I will check and let you know the exact solution here.

vaibhav3809
Tourist
5 0 2

https://insideout5.com/  (check the website on your phone )