• Hello,

    Is it possible to remove the whole icon from account (MY ORDERS / EDIT ACCOUNT / LOGOUT)?
    I want to integrate it in the menu bar instead of an icon.

    Best regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @design407
    Thanks for using Shopical.

    Do you want to remove or want to change the position of it? If you want to change the position, you need to customize the theme code. But you you just want to hide it, you can add the below CSS codes on Appearance > Customize > Additional CSS,

    
    .header-left-part .cart-shop {
        display: none;
    }
    .header-right-part > div{
    display:none; 
    }
    

    Hope this works.

    Thank you

    Thread Starter design407

    (@design407)

    Hello @afhelpteam

    Thanks for your response, it does indeed work this way.

    Thank you very much for the help!!

    Great, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove the icon my account in the menu bar’ is closed to new replies.