Home Forums WoodMart support forum REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE

REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #215324

    Shaq29
    Participant

    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.
    #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

    #215340

    Shaq29
    Participant

    Can you walk me through how to do that? WordPress only allows me to access the “style.ccs” file and the “functions.php” file.

    #215370

    Artem Temos
    Keymaster

    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.

    #215522

    Shaq29
    Participant

    Thank you, the problem has been resolved.

    #215573

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘REPEATED LINKS ON MOBILE WEBSITE'S ACCOUNTS PAGE’ is closed to new replies.