Tagged: background, Buttons, my account, woocommerce
Hi there
Thanks for a great theme.
The Login and Register buttons on the My Account page are placed over text.
The forms have a background color which I wish to remove.
Please help.
:-)
Hey studiovene,
Thank you for using Enfold.
Use this css code to fix the layout issues.
.woocommerce .login .lost_password {
top: 10px;
}
.main_color form.login, .main_color form.login, .main_color .col-1, .main_color .register, .main_color .col-1, .main_color .col-2 {
background-color: transparent !important;
}
.main_color div.product .woocommerce-tabs ul.tabs li.active a, .main_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, .main_color .cart_dropdown_link, .main_color .inner_product_header, .main_color .avia-arrow, #top .main_color .variations select, #top .main_color .variations input, #top .main_color #reviews input[type='text'], #top .main_color #reviews input[type='email'], .main_color #reviews .comment-text, .main_color #reviews #comment, .main_color .single-product-main-image .images a, #top .main_color .shop_table.cart .input-text, #top .main_color form.login .input-text, #top .main_color form.register .input-text, .main_color .chosen-container-single .chosen-search, .main_color .products .product-category h3:before, #top .main_color .quantity input.qty {
background-color: #e0e0e0;
}
Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael