Hello, my website is hormeclub.com and i am using the craft theme. I have a slideshow on my home page but there is a button under the image that says “shop now”. Is there any way i can have it removed?
example here:
A user needed to remove the \
Hello, my website is hormeclub.com and i am using the craft theme. I have a slideshow on my home page but there is a button under the image that says “shop now”. Is there any way i can have it removed?
example here:
@Hormeclub - please add this css to the very end of your base.css file and check
#shopify-section-template--16289562558687__c85ee087-a809-491c-b924-0232fdb2913e .cta_text .a_cta{display:none; visibility:hidden;}
Hi @Hormeclub
section#shopify-section-template--16289562558687__c85ee087-a809-491c-b924-0232fdb2913e .cta_text {
display: none;
}
Code worked! Thank you very much.
This code also works! Thank you for the work you do.