Re: Why is there a dropdown menu beneath my login button?

Solved

Why is there a dropdown menu beneath my login button?

jg14
Tourist
9 0 3

Hi everybody,

 

I have this weird looking login button, that is actually a weird drop down menu. I got this configuration with the Pianta theme and I want to change it to a simple login button (see screenshot).

 

screenshot_header.png

 

It would be great if anybody knows how to fix this.

 

thanks a lot 🙂

Accepted Solution (1)

Akibhusen
Shopify Partner
715 121 148

This is an accepted solution.

The options are in the dropdown for login, compare, and wishlist.

 

What do you want to do with those options? Would like to hide those?

 

I am not sure if options are available in theme customization or not for the hide. If options are not there then you can add below line of CSS code in base.css file.

 

body .cm-compare-button, body .cm-wishlist-button{
display:none!important;
}

 

View solution in original post

Replies 9 (9)

Akibhusen
Shopify Partner
715 121 148

This is an accepted solution.

The options are in the dropdown for login, compare, and wishlist.

 

What do you want to do with those options? Would like to hide those?

 

I am not sure if options are available in theme customization or not for the hide. If options are not there then you can add below line of CSS code in base.css file.

 

body .cm-compare-button, body .cm-wishlist-button{
display:none!important;
}

 

jg14
Tourist
9 0 3

Hi,

 

this advice helped partly - now the start page looks like this:

jg14_0-1684766736453.png

 

so, there is still a drop down, just saying 'Einloggen' - is there a way to get rid of this as well, i.e. to get directly to the login page when the 'Login' button is pressed?

 

thanks

again

jg14
Tourist
9 0 3

hey, thanks for the quick response - I want to get rid of the drop down menu and just have a simple button, i.e. just the login icon.

Akibhusen
Shopify Partner
715 121 148

@jg14 , so for that I need to check your theme code and take some necessary changes to display only the login icon and remove the dropdown.

jg14
Tourist
9 0 3

cool, thanks a lot - I am using the Pianta theme - should I send you a particular part of the CSS code? - sorry for the stupid questions, I am really a shopify beginner 🙂

Akibhusen
Shopify Partner
715 121 148

Actually, I need to check your theme customize options. So, it's better if I get a chance to look at your customize theme options.

 

If the options are not there in customization then I need to make some changes in your theme code.

 

The theme you have used is not available on the Shopify theme store otherwise I can check that on my own in my store.

jg14
Tourist
9 0 3

thank you so much - how can we make this happen that you look into my settings/code? sorry again, I am really a newby here 🙂

Akibhusen
Shopify Partner
715 121 148

Please share your store URL and will send you the collaborator request.

jg14
Tourist
9 0 3

Hey,

thanks a lot - I talked with my business partner and we decided for the time being that we leave the menu as it is. However, thanks anyways for your help and support and your patience 🙂