This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
1. quantity – if i enter 3 digits in quantity, it cuts and doesn’t show the full qty.
2. how can i remove the black line in a bottom of a page?
3. how can i remove the “person” icon (near the search and a cart icons)?
4. can i remove the “subtotal”?
5. on the products page – all the letters are Capital (also we didn’t write on Capital letters in a product name). can it show the same as the product name?
6. we would like to write just the “Short Description” so the other description wont be shown at all.
7. also disable “Additional info”
thank you
Hello,
Please provide us with your website URL so we can take a closer look.
Regards
Hello,
1. Please add this code in Theme Options > Styling > Custom css:
.single-product .quantity.buttons_added input[type="number"] {
padding: 0 0.1em;
}
2. This line relates to your footer so please check Appearance > Widgets > Footer areas.
3. You may disable “Enable Sign In link” option in Theme Options > General > Header settings.
4. Please provide screenshot. You may use such screenshot maker as Lightshot.
5. Please describe the desired result in more details.
6-7. You may disable tabs on single product page in Theme Options > E-commerce > Single Product Page > Tabs type.
Regards
4. on check out page i see the price of all the products separate, then subtotal and then Total.
we don’t need to pay for shipping so the Subtotal and Total are the same for us.
if it possible i prefer not to sow “subtotal” at all (also on a notification mail)
5. the desired result is to see the product name the same as it written on a product data page (when we add a new product). for example if i wrote “Lama” – on the shop it appears ” LAMA”. we would like it to sown as “Lama”
thank you
Hello,
.order-review table .cart-subtotal {
display: none;
}
.product-title {
text-transform: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up