Home Forums WoodMart support forum My Account page changes

My Account page changes

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

    Jeffrey Jaspers
    Participant

    Hi Support,

    How can I change the background of the my account page? Also the buttons on the dashboard and the menu are fully transparant. How can I give this a specific background or color?

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

    Hung Pham
    Keymaster

    Hi nikkiserotics.com,

    Thanks for reaching to us.

    Please navigate to Theme Settings > Styles and colors > Pages background. You can change the background of Shop pages, Blog pages, Portflio pages.

    In case you want to do it for specific post / page only, you can use Theme Presets, please refer to our documentation https://xtemos.com/docs-topic/theme-settings-presets/

    In order to do make buttons transparent, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .woocommerce-MyAccount-navigation ul li.is-active>a,
    .woocommerce-MyAccount-navigation ul li a:hover {
        background-color: transparent;
    }

    Regards,

    #503674

    Jeffrey Jaspers
    Participant

    Hi Hung Pham,

    Thank you for the answer. (refering to the screenshot) your code applies only to the menu on the left, and I actually want to use it for the buttons in the middle.

    #503837

    Hung Pham
    Keymaster

    Hi nikkiserotics.com,

    Please provide me with screenshot for better understanding which button in the middle.

    Regards,

    #504231

    Jeffrey Jaspers
    Participant

    Hi,

    Please see screenshot that was attached earlier. Your code affects only the vertical menu on the left side. I am looking to apply the background color to the five big buttons on the right side of the vertical menu.

    #504494

    Hung Pham
    Keymaster

    Hi nikkiserotics.com,

    Please add below code to Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .woocommerce-account .wd-my-account-links a{
        color: #fff;
        background-color: #000;
    }

    Regards,

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