Home › Forums › WoodMart support forum › Icons
Icons
- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 2, 2020 at 8:56 pm #184195
vgsnuovoParticipantHi, 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?
April 3, 2020 at 7:49 am #184244
Aizaz Imtiaz AwanKeymasterHello,
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.
April 3, 2020 at 11:36 am #184287
vgsnuovoParticipantOk 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.April 3, 2020 at 11:47 am #184294
Aizaz Imtiaz AwanKeymasterHello,
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.
April 3, 2020 at 1:12 pm #184315
vgsnuovoParticipantAnd this bottom, 100 % how can set? (see the screen) thank you.
Attachments:
You must be logged in to view attached files.April 4, 2020 at 6:12 am #184453
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
Tagged: icons
- You must be logged in to create new topics. Login / Register