Home › Forums › Trusted › Remove login and shopping cart icons from home page › Reply To: Remove login and shopping cart icons from home page
February 4, 2019 at 11:15 am
#6728
Andy
Keymaster
@wieslaw-prugargmail-com – you want to hide only the login but keep the cart icon?
Simply remove the part of the code that affects the cart, so you would use this:
.top-login {
display: none;
}