- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- The topic ‘woocommerce widget’ is closed to new replies.
 
Home › Forums › Trusted Pro › woocommerce widget
how to disable/ removeĀ woocommerce widget on header.is it possible or not pls tell me.
Add the following to Customize > Additional CSS
.top-login,
.top-cart{
    display: none;
}