genfoch01 Posted August 31, 2022 Share Posted August 31, 2022 Site URL: https://malhotra-fine-art-gallery.com squarespace 7.1 not using fluid I have been using the following css to put the word "price" in front of the $00.00 on the product detail page. while this was working well, it seems it is not working any more body.view-item span.sqs-money-native:before { content: "Price $"; } I just see the $00.00 here is a product page url showing the issue. https://malhotra-fine-art-gallery.com/artworklist/p/a-birmingham-jail I'm guessing some underlying structure has changed rendering this obsolete. I'm not sure how to fix this, any help would be greatly appreciated Link to comment
creedon Posted August 31, 2022 Share Posted August 31, 2022 Quote while this was working well, it seems it is not working any more I'm guessing some underlying structure has changed rendering this obsolete. This is exactly what happened. SS changed the underlying structures recently. Try the following. .c-lightbox .collection-type-products.view-item .ProductItem .ProductItem-details .product-price::before { content : 'Price '; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
genfoch01 Posted September 1, 2022 Author Share Posted September 1, 2022 (edited) thank you so much for the response. that did work. my lightbox anything plugin is still broken but now that i know it was something SS did, I feel they might be able to give my updated code soon. edit: I mean the plugin site may give me new code, not SS sorry for not being concise its been a bad day Edited September 1, 2022 by genfoch01 creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment