- This topic has 2 replies, 2 voices, and was last updated 5 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Azuma and Woocommerce icons at top menu’ is closed to new replies.
Tagged: Woocommerce Azuma Cart Remove
Now I create the catalogue for edu programs. It is just for info, but not for sale.
Please tell me, how to remove Woocommerce icons “Login | Profile” and “Cart” at the all pages?
Copy this code to ‘Customize’ > ‘Additional CSS’
#masthead .top-account,
#masthead .top-cart {
display: none;
}
Thanks a lot! It works)