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).
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;
}
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
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 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