Home Forums Trusted Pro Top of Page Area Reply To: Top of Page Area

#10705
Yazmin
Keymaster

It is a good thing to have on your e-commerce site.

If your site is not e-commerce, disabling the WooCommerce plugin will remove the login and the cart.

If for some reason you are running WooCommerce but want to hide these, add this CSS in ‘Appearance’ >> ‘Customize’ >> ‘Additional CSS’

.top-login, .top-cart {
    display: none;
}