Home Forums WoodMart support forum Update Card

Update Card

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #353227

    Smarsa
    Participant

    How to Change the button color “Update Card”

    Attachments:
    You must be logged in to view attached files.
    #353314

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cart-actions .button[name="update_cart"] {
        color: white;
        background-color: red;
    
    }
    body .cart-actions .button[name="update_cart"]:hover {
        color: red;
        background-color: white;
    }

    Change the colors as per your needs.

    Best Regards

    #353449

    Smarsa
    Participant

    Solved, Thank you

    #353455

    Smarsa
    Participant

    Hello How about Changing the color of the “VIEW CART” button

    Attachments:
    You must be logged in to view attached files.
    #353615

    Hello,

    You can change the color of the buttons in the Theme Settings > Styles and colors.

    Alternativly, you can use this CSS:

    body .woocommerce-mini-cart__buttons .btn-cart {
      background-color: red;
    }

    Best Regards

    #353895

    Smarsa
    Participant

    Solved, Elise Noromit Thank you very much

    #353899

    Smarsa
    Participant

    Can the “LOAD MORE PRODUCTS” button also be changed?

    Attachments:
    You must be logged in to view attached files.
    #354076

    Hello,

    Please give me the page URL so that I could give you custom CSS.

    Best Regards

    #354511

    Smarsa
    Participant

    At the very bottom

    #354512

    Smarsa
    Participant

    Hello Elise Noromit Can you also give me a code that can make a “realized post” Open on single page page only for Desktop version

    #354658

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-load-more {
        border-color: red;
        color: white;
        border-width: 2px;	
    }
    body .wd-load-more:not(:hover) {
        	  background-color:red!important;
    }
    body .wd-load-more:hover {
        border-color: yellow;
        color: white;
        border-width: 2px;	
    	background-color:yellow!important;
    }

    Please give me the page URL and screen for “realized post”

    Best Regards

    #354677

    Smarsa
    Participant

    The LOAD MORE PRODUCTS button code is working fine, Thank you again Elise Noromit

    #354678

    Smarsa
    Participant

    Hello Elise Noromit Is there a way to upsell “YOU MAY ALSO LIKE” Automatically Show Results From Tags, so far I’ve set it up semi-manually

    Attachments:
    You must be logged in to view attached files.
    #354680

    Smarsa
    Participant

    Hello Elise Noromit Is there a way to upsell “YOU MAY ” Automatically Show Results From Tags, so far I’ve set it up semi-manually

    Attachments:
    You must be logged in to view attached files.
    #354795

    Hello,

    You may also like is the Woocommerce functionality and we cannot change it, please check this manual: https://woocommerce.com/document/related-products-up-sells-and-cross-sells/

    If you have any questions please feel free to contact us.

    Best Regards

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