Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1487626

    Hello support, on my website http://www.trackwizard.eu I would like the background color of the payment form fields to be the color you see in the attached screenshot
    Of course, if I set it from enfold / general styling / main content / alternate background color, this change applies to the entire site, but I would like it only for the purchase and payment form fields.
    Could you please help me? Thanks, Gianluca.

    #1487636

    Hey Gianluca,

    Thank you for the inquiry.

    Where can we see the checkout page or one of the products? We tried clicking the “Buy Now” button, but it redirects us to the maintenance page. (see private field)

    Best regards,
    Ismael

    #1487648
    #1487680

    Hi,

    Thank you for the link.

    You can use this css code to adjust the style of the checkout form fields.

    .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: #4f79e3;
    }
    
    #top div.woocommerce-message {
        border-color: #acb6ce;
        background-color: #4f79e3;
        color: #ffffff;
    }
    
    #top label span, #top legend span {
        font-weight: 400;
        font-size: 13px;
        color: #ffffff;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.