Adding a ‘If Product Attribute is then”, code.
-
Hey fellas, I’m trying to edit this code as so
If
Product Attribute Scanned text is ‘Image is a stock photo’
Then do this code@media (min-width: 769px) {
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 30%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: right;
width: 65%;
}
}
Any ideas on how I can implement this? It’s a fix I’ve found that works with my website to specific listings.Thank you.
The page I need help with: [log in to see the link]
- The topic ‘Adding a ‘If Product Attribute is then”, code.’ is closed to new replies.