Adding a ‘If Product Attribute is’ CSS 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.
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding a ‘If Product Attribute is’ CSS Code’ is closed to new replies.