My account button in Sticky header
-
Hi,
Is it possible to add the My account button in the sticky header?
https://ibb.co/j1FTXQ
Thanks!
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
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!!
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
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