Home Forums WoodMart support forum how can i remove this part in pages Reply To: how can i remove this part in pages

#597352

Hung Pham
Keymaster

Hi fatihkr4747,

1. Go to Theme Settings > General > Layout and select without sidebar layout https://prnt.sc/72MxYiu7T_EP

2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

button.pswp__button--share{
	display: none;
}

3. Please refer to this topic for more details https://stackoverflow.com/questions/38426864/wordpress-theme-editor-is-missing

4. Go to Theme Settings > Product archive > Page title and enable Shop title option https://prnt.sc/d9m9YNMzOgVb

5. You need to set terms page, please read more here https://woocommerce.com/document/woocommerce-pages/

Regards,