Solved

How can I remove CUSTOMER LOGIN icon

hndlmadmin
New Member
6 0 0

Hi,

 

I want to remove the customer login icon on my website www.junior-cookies.com

 

I disabled accounts (settings > checkout > customer accounts > "accounts are disabled") but the icon is still there on the top right corner of my website. Does anyone have an idea as to how I can remove that?

 

 

Accepted Solution (1)

Tejas_Nadpara
Shopify Partner
1118 222 552

This is an accepted solution.

@hndlmadmin 

 

Go to the Theme > Assets > theme-style.scss.liquid file and add following code at the bottom of file:

header .acc-mb.svg-mb {
    display: none;
}

Cheers,

Tejas

Shopify Expert | Skype: tejas.nadpara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on tejas.nadpara@gmail.com regarding any help

View solution in original post

Replies 7 (7)

Tejas_Nadpara
Shopify Partner
1118 222 552

This is an accepted solution.

@hndlmadmin 

 

Go to the Theme > Assets > theme-style.scss.liquid file and add following code at the bottom of file:

header .acc-mb.svg-mb {
    display: none;
}

Cheers,

Tejas

Shopify Expert | Skype: tejas.nadpara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on tejas.nadpara@gmail.com regarding any help
Qualitycheck
Shopify Expert
1449 114 233

Hello,
Hope you are doing well.

You can give your store access to us we will fix it for you.

solve a issue free of cost

hndlmadmin
New Member
6 0 0

Thank you so much, Nejas. I appreciate your quick response. This worked right away. Is it possible to do the same thing with the SEARCH icon - can we get rid of that icon too? 

Tejas_Nadpara
Shopify Partner
1118 222 552

@hndlmadmin 

 

Yes, add following css to get rid search icon:

header .search-mb.svg-mb{
   display:none;
}
header .nav-search.svg-mb {
    display: none;
}

.wrapper_header_parallax .header-mb .header-mb-middle {
    width: -moz-calc(100% - (0px + 135px));
    width: -webkit-calc(100% - (0px + 135px));
    width: -ms-calc(100% - (0px + 135px));
    width: calc(100% - (0px + 135px));
}

Cheers,

Tejas

Shopify Expert | Skype: tejas.nadpara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on tejas.nadpara@gmail.com regarding any help
ninarismondo
Visitor
1 0 0

I added this code and its still a clickable link ? does it take a while or do i need to delete something as well as add the code

JuliaLopezPE
Visitor
1 0 0

Hey there ! I wanted to remove the login Icon as well, and I tried your code suggestion. It however did not work. Are there any alternative solutions for this?

Danh11
Shopify Partner
81 2 32

I'm just chiming in to say that your cookies look delicious and now I want cookies.