hello
is there any way to remove the words 'share, tweet, and pin it' in the product descriptions but keep the icons
thanks in advance!
Solved! Go to the solution
Hello,
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one), I'll help you out.
Kind regards,
Diego
Try this:
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.template-product .social-sharing svg + *{
display: none;
}
.template-product .social-sharing a{
margin-right: 15px !important;
}
Please let me know whether it works.
awesome!
worked like a charm
thanks a ton, really appreciate it!
ok, now that i have your attention, i was wondering if there was any way to make the
quantity, add to cart, and buy it now buttons smaller maybe about 50% smaller (just the width, the height is ok)
thanks so much, really appreciate it
This is an accepted solution.
Sure, repeat the same steps as aforementioned and add this code as well:
@media (min-width:767px){
.template-product [class*='quantity-controls']{
max-width: calc(250px + 30px);
}
.template-product .product-page--submit-action > *{
max-width: 250px !important;
}
}
Please don't forget to click on the button "Accept as Solution" and give it a like to help other users with the same issue as yours in the future.
Kind regards,
Diego
hello
one more small piece of help,
the quantity selector/ button area is looking really big
can we make it smaller? i would like it the same height as the 'add to cart' and 'buy it now',
and for the width, i would like it about 25%-50% smaller
can that one last change be addressed?
thanks so much
User | Count |
---|---|
25 | |
20 | |
19 | |
16 | |
15 |