Home › Forums › WoodMart support forum › blog posts › Reply To: blog posts
June 24, 2020 at 8:25 am
#205983

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached. To Remove downloads from the myaccount you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-my-account-links .downloads-link {
display: none;
}
Best Regards.