Home › Forums › WoodMart support forum › WooCommerce “My Account Page”
WooCommerce “My Account Page”
- This topic has 7 replies, 2 voices, and was last updated 9 months, 3 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 20, 2024 at 2:48 am #541583
mitchellgene19ParticipantHello, I’m designing a website for an ecommerce business, and I’m needing some help on the My Account page. The issue I’ve run into is that I can’t change the color of the wording/buttons on the order and download pages. The account info page is correct, but when I take away the grey background, you can’t see the white text, and the button needs to be changed.
Attachments:
You must be logged in to view attached files.February 20, 2024 at 11:57 am #541700
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL I will check and give you a possible solution.
Best Regards.
February 20, 2024 at 10:09 pm #541976
mitchellgene19ParticipantApologies. Here it is the specific page https://kmrdisplays.com/my-account/orders/
Website is: https://kmrdisplays.com
February 21, 2024 at 3:10 pm #542341
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Global Custom CSS:
div.wc-block-components-notice-banner>div .button.wc-forward:hover { color: blue !important; border-color: red; } body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button { background-color: red !important; } div.wc-block-components-notice-banner>.wc-block-components-notice-banner__content { color: #090909; }
Change the color as per your requirements.
Best Regards.
February 22, 2024 at 10:20 pm #542985
mitchellgene19ParticipantThanks so much for the code! That seemed to fix it. Last thing… Is it possible to make the elements the entire width of the container? Right now its shifted off to the left like the photo.
February 23, 2024 at 2:10 pm #543181
Aizaz Imtiaz AwanKeymasterHello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info { left: 130px; }
Best Regards.
February 24, 2024 at 11:29 pm #543545
mitchellgene19ParticipantAwesome! Last question I think I have:
I need to edit the WooCommerce thank you/after checkout page. I made a page in Elementor, but when I set the page as the WooCommerce Product Summary via Elementor, I get “You must call “the_content” function in the current template, in order for elementor to work on this page” as shown in the photo. I’d like to use Elementor’s product summary widget for this page, but it seems the theme completely overrides the Elementor page. How do I create a custom after checkout page?
The URL is https://kmrdisplays.com/checkout/order-received/
Attachments:
You must be logged in to view attached files.February 26, 2024 at 11:21 am #543755
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Theme Setting > Shop > Thankyou page > Check the default thank you page or you can add the extra content for the thank you page in the form of text and HTML Block.
If you have any questions feel free to contact us.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register