Home Forums Basel support forum My account button in Sticky header

My account button in Sticky header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17901

    yvo010
    Participant

    Hi,
    Is it possible to add the My account button in the sticky header?
    https://ibb.co/j1FTXQ

    Thanks!

    #17904

    Bogdan Donovan
    Keymaster

    Unfortunately, there is no such functionality in our theme, but you can choose another header, such as “E-Commerce” or “Double menu” which has an account button on the sticky header.

    Kind Regards
    XTemos Studio

    #17933

    yvo010
    Participant

    Thanks for the response.
    Do you know how to remove the “view invoice” button in my account?
    https://ibb.co/dLy9rk

    it will help me a lot
    Thanks!!

    #17948

    yvo010
    Participant

    Hi,
    Thanks for the last solution. Do you know My other question? Maybe with a css snipet or something? I want to remove the button

    #17949

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-account .woocommerce-button.button.wc_pip_view_invoice {
       display: none;
    }

    Kind Regards
    XTemos Studio

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