Home › Forums › WoodMart support forum › Wishlist remove social icons ang my account sidebar › Reply To: Wishlist remove social icons ang my account sidebar
February 26, 2021 at 8:14 pm
#269622
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-my-account-sidebar{
display:none;
}
body .woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
body .woodmart-wishlist-share{
display:none;
}
Best Regards