Home › Forums › WoodMart support forum › REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE › Reply To: REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE
July 30, 2020 at 8:16 am
#215337
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to fix this issue.
.woodmart-my-account-links {
display: none;
}
Regards