REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE
-
Hi, the account page on mobile devices shows a list of the page’s options (dashboard, orders, downloads etc), but then further down the page these options (dashboard, orders, downloads etc) are repeated as buttons. How do I stop this?
Attachments:
You must be
logged in to view attached files.
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
Can you walk me through how to do that? WordPress only allows me to access the “style.ccs” file and the “functions.php” file.
You need to copy this code, go to Theme Settings -> Custom CSS and paste it into the custom CSS for mobile devices. Then save Theme Settings and check how it works.
Thank you, the problem has been resolved.
The topic ‘REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE’ is closed to new replies.