issuez
September 17, 2022, 2:30am
1
I have already removed the add to cart button from the products but the button still shows up if I include a product as one of the featured products.
How do i remove/hide the add to cart button from the products that are listed as a featured product?
Thanks for any ideas.
suyash1
September 17, 2022, 2:33am
2
@issuez - can you please share your website link?
issuez
September 17, 2022, 2:49am
3
thanks for your reply.
The site url: https://official-issuez.myshopify.com .. password riacop
suyash1
September 17, 2022, 2:55am
4
@issuez - please add this css to the end of your the,e.scss file and check
button#AddToCart--featured-product {
display: none;
visibility: hidden;
}
issuez
September 17, 2022, 3:08am
5
Yes!! That worked. Now I do want to add more featured products. Is there a way that it be set up to apply to all featured products that will be added?
If you scroll down to the bottom of my page there is another featured product that still has the cart button showing.
Thanks!
suyash1
September 17, 2022, 3:11am
6
@issuez - for t\hat add this css
.btn--add-to-cart {
display: none;
visibility: hidden;
}
issuez
September 17, 2022, 3:24am
7
Yes that also worked.
When i try to add a new section to my page .. the only thing that pops up when i click on add new section is a search bat. It doesnt seem the option to add a new section is not available so I wouldnt be able to make changes to the design of the page.
i can work with the 2 featured product sections but my concern is when its time to change the layout of the page .. there would be no sections there for me to use.
Your thoughts? And many THANKS for your help!!
issuez
September 17, 2022, 3:28am
8
and the only thing pops up is a … search bar …
and the option to add new sections is not available..nothing is found when i type in the type of secton i want to add
suyash1
September 17, 2022, 3:34am
9
@issuez - you can add sections on home page, other pages may not \have sections, but if needed then you can try some page builder app like pagefly
issuez
September 17, 2022, 3:38am
10
Any thoughts on why the options that were available for sections like,. rich text or video or collection list … why those options no longer appear?
suyash1
September 17, 2022, 3:48am
11
@issuez - may be theme update \has removed in new version? otherwise on home page it should be available
other pages may not have sections