Icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #184195

    vgsnuovo
    Participant

    Hi, i have import from wp bakey the template of these info boxes:

    https://woodmart.xtemos.com/blog/woodmart_element/4-columns-inline-info-boxes/

    but i need the icons of this:

    https://woodmart.xtemos.com/blog/woodmart_element/info-boxes-with-buttons/

    How?

    #184244

    Hello,

    Unfortunately you could not have all these icons. Because, all images including SVG icons are not included in our theme package. We are not allowed to resell them with our theme due to their licenses restrictions. But you can find almost all of theme on this website https://www.flaticon.com/

    Best Regards.

    #184287

    vgsnuovo
    Participant

    Ok thanks, another question.. how can incrase the size of add to cart bottom to 100 % of on the page? look the screen.. i need full width

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

    Hello,

    I saw the screenshot you attached. To make the add to cart button full width you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-image-summary .single_add_to_cart_button.button.alt {
    width: 100%;
    }

    Best Regards.

    #184315

    vgsnuovo
    Participant

    And this bottom, 100 % how can set? (see the screen) thank you.

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

    Hello,

    I saw the screenshot you attached. To make the size of the quantity box to full width you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-image-summary .quantity input#quantity_5e882283eb82a {
    	width: 80%;
    }
    .product-image-summary .single_add_to_cart_button.button.alt {
    	width: 100%;
    }
    .single-product-page .product-image-summary .quantity {
    	width: 100%;
    }
    .single-product-page .product-image-summary .quantity input.minus {
    	width: 100px;
    }
    .single-product-page .product-image-summary .quantity input.plus {
    	width: 100px;
    }

    If it doesn’t work then please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

Tagged: 

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