Home › Forums › WoodMart support forum › website support › Reply To: website support
December 3, 2020 at 4:45 pm
#247438
Elise Noromit
Member
Hello,
1. You have a yellow background for the row in the menu. Your Primary color (color of the hover) is also yellow. That is why the link is not visible. Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-dark .navigation-style-default .item-level-0:hover > a{
color:#333333;
}
2. Please disable “Mini Cart Template” in the Dashboard > Elementor > Settings > Intergration.
3. My Account is the functional page, it should never be customized, it may cause problems on the site.
4. Here is the CSS for the Thank you page:
body .woocommerce-thankyou-order-received {
border: 2px dashed #7A9C59;
color: #7A9C59;
}
Change the colors as per your needs.
5. Please provide the screen of your account settings into the private area.
Best Regards