Hello Everyone ,
I have created a banner that appears for all products (as you can see in the picture),
So if someone can help me hide this banner from the products that have(OUTLET).
P.S: ( with code example )
I will be grateful for your help.
URL : www.isolastore.com
thank you all
Hi @Dreams45 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/styles.css->paste below code at the bottom of the file:
button.klaviyo_form_trigger {
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
@AvadaCommerce ,
Thank you for your response.
The problem with the code is it will affect for all of the products , and i want to hide it for some of them.
If you open the page of the products you will find some of them they have (label , Tag ) OUTLET i want to hide the banner for those that they have OUTLET.