Home Forums WoodMart support forum Need to remove a specific area from my account page setup

Need to remove a specific area from my account page setup

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #245341

    questitgr
    Participant

    Hey there,

    Buying your template was the smart thing to do. Everything is amazing and i am actually liking the whole procedure of building a website using your premade templates.

    I am having an issue that demands your help.

    I am creating a custom my account page using the Elementor page builder and I really need to get rid of the elements I am showing you in the attached image. I only need the text (and the other info from my orders, account information and logout) centered.

    Can you please provide me with your feedback and help on that issue?

    Thanks in advance for your help.

    Attachments:
    You must be logged in to view attached files.
    #245363

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-my-account-links {
        display: none;
    }

    I do not recommend amend this functional page. You would better create your custom page in Elementor and redirect my account to your custom page.

    Best Regards

    #245368

    questitgr
    Participant

    Hey there Elise,

    Thanks for the code you provided. It removed the whole icons area but I really need to remove this as well. Can you please tell me about this? I have attached an image in my effort to help you better understand the issue.

    Do you mind telling me why you do not recommend this? What issues this might cause?

    Attachments:
    You must be logged in to view attached files.
    #245446

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-my-account-sidebar{
    display:none;
    }

    Best Regards

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