New Landing How can we help? Atelier border buttons – gone?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Atelier
  • #208798
    Adore
    Member
    Post count: 61

    Lacking color.

    AS you can see on the various elements there lacks borders (box) around the buttons??

    How can i get the borders around the buttons again? I tried looking through the color scheme, but nothing works too change the color around the buttons.

    Anything i could do too get borders around the buttons?

    Thanks.

    #208800
    Adore
    Member
    Post count: 61

    See image.

    Only available when you hover over the button..

    Attachments:
    You must be logged in to view attached files.
    #208813
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce #respond input#submit {
    border:2px solid !important
    }

    Thanks
    Mohammad

    #208821
    Adore
    Member
    Post count: 61

    Did as you suggested, still no luck.

    Thanks.

    #208823
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last css cod and use this new code:-

    .woocommerce .cart input[name="update_cart"] {
     border: 2px solid #000 !important;
    }

    Thanks
    Mohammad

    #208831
    Adore
    Member
    Post count: 61

    It only worked for the cart button. I want it too work on all buttons from the atelier theme.

    See image below for examples.

    As you can see in the original post i did here (you’ve the website link there). You can see that it’s places where it lacks borders on buttons. Especially on product pages, category pages etc.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #208838
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you changed the any border color in color customizer?
    Thanks
    Mohammad

    #208842
    Adore
    Member
    Post count: 61

    Not that i can see.

    What setting is it under?

    #208844
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail to check it in detail.
    Thanks
    Mohammad

    #208847
    Adore
    Member
    Post count: 61
    This reply has been marked as private.
    #208892
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.products li.product a.quick-view-button, .woocommerce p.cart a.add_to_cart_button, .lost_reset_password p.form-row input[type="submit"], .track_order p.form-row input[type="submit"], .change_password_form p input[type="submit"], .woocommerce form.register input[type="submit"], .woocommerce .wishlist_table tr td.product-add-to-cart a, .woocommerce input.button[name="save_address"], .woocommerce .woocommerce-message a.button, .woocommerce .quantity, .woocommerce-page .quantity, .woocommerce form.cart .yith-wcwl-add-to-wishlist a, .woocommerce-checkout .login input[type="submit"], .woocommerce button[type="submit"], .my-account-login-wrap .login-wrap form.login p.form-row input[type="submit"], .products .product.buy-btn-visible > .product-actions .add-to-cart-wrap > a {
        border-color: #000 !important;
    }
    
    .woocommerce form.cart button.add_to_cart_button:hover, #jckqv .cart .add_to_cart_button:hover, #jckqv .cart .yith-wcwl-add-to-wishlist a:hover, .woocommerce .single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button.button.alt:hover{
        border-color: #000 !important;
    }

    Thanks
    Mohammad

    #208932
    Adore
    Member
    Post count: 61

    Thank you, but still not showing border around the buttons in the cart.

    Thanks.

    #209134
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    input.button{border-color:#000 !important;}
    a.continue-shopping{border: 2px solid #000 !important;
        padding: 10px 74px;
    }
    

    Thanks
    Mohammad

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register