Home Forums WoodMart support forum Cart Icon

Cart Icon

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #297155

    zaizai
    Participant

    Hello

    Congrat!! for beautiful theme.

    1. I would like to change cart icon to bag icon for both pc version and mobile version
    2. please advice how to increase add to cart button width for single product page also both pc version and mobile version.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Modify elements as per your needs: http://prntscr.com/iyd3h3 Enter the Shopping cart and find the option to upload your custom icon. Take into consideration that there is also the mobile view of your header http://prntscr.com/iyd3v3 check all the elements there.

    Please add this code to the Theme Settings > Custom CSS > Global to make the cart full-width or change the width as per your needs.

    	.product-image-summary .cart {
    		display: flex;
    	}
    	.product-image-summary .single_add_to_cart_button {
    		flex-grow: 1;
    	}

    Best Regards

    #297235

    zaizai
    Participant

    Hello

    Thank you for your reply. my question is to change cart icon for category page and shop page.
    Header icon is not problem.

    Thank you

    #297319

    Hello,

    Please provide the page URL and screen what you want to change.

    Best Regards

    #297334

    zaizai
    Participant

    Hi

    please see private area and attached picture

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

    zaizai
    Participant

    sorry i uploaded wrong picture. please see this one

    #297340

    zaizai
    Participant

    sorry i uploaded wrong picture. please see this one

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

    Hello,

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

    body .wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f126";
    }

    Best Regards

    #297414

    zaizai
    Participant

    Thank you so much. it’s working perfect

    I have one more issue. please see private area

    Best Regards

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

    Hello,

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

    .woocommerce-product-details__short-description {
        margin-top: 20px;
    }
    .product-image-summary .single_add_to_cart_button {
         margin-top: 20px;
    }

    Best Regards

    #297498

    zaizai
    Participant

    Hello

    could you please also help add to cart button position. please see private area and picture attached

    Best regards

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

    Hello,

    Please replace the code with this one:

    .woocommerce-product-details__short-description {
        margin-top: 20px;
    }
    body .product-image-summary .cart {
        margin-top: 15px;
    }

    Best Regards

    #297621

    zaizai
    Participant

    Thank you. you can close this ticket

    #297640

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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