rasmusarentsen Posted February 10 Share Posted February 10 Hi All, I managed to successfully remove message from individual product page but can't seem to get rid of the text on the overview page. any thoughts? Link to comment
Beyondspace Posted February 10 Share Posted February 10 6 hours ago, rasmusarentsen said: Hi All, I managed to successfully remove message from individual product page but can't seem to get rid of the text on the overview page. any thoughts? Can you share your URL so I can take a look? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
creedon Posted February 11 Share Posted February 11 Yes please share a link. I don't understand the language so I have little context to go by. Seeing the actual page would reveal a wealth of information. I do have some code that can handle altering prices on both the product grid and detail pages but I can't say for sure it would work without more context. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Mdhanjal Posted February 11 Share Posted February 11 Can you share your URL so I can take a look? Hi, I'm BITTU. A website developer with 8 years experience with Squarespace. if you need help and work with me email me here :- mandeepsquarespace@gmail.com Best Hourly Rate :- $15 Per Hour Link to comment
rasmusarentsen Posted February 12 Author Share Posted February 12 https://www.cava.dk/webshop access: 642Rasmus Link to comment
rasmusarentsen Posted February 12 Author Share Posted February 12 Tried this code which works but only up to and incl the 12th child (every thing above doesnt work) and also it is is static and will always affect the 12th child disregarding how the customer sorts the products... section[data-section-id="635163bd4e643d1426850bc8"] { .grid-item { &:nth-child(10) { .product-price::after { display: none !important; }}} } Link to comment
Solution creedon Posted February 13 Solution Share Posted February 13 (edited) I suggest adding a magnum tag to your magnum bottles. Then use the following CSS. .products.collection-content-wrapper .grid-item.tag-magnum .product-price::after { content : unset; } Let us know how it goes. Edited February 13 by creedon rasmusarentsen 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
rasmusarentsen Posted February 13 Author Share Posted February 13 Thx Creedon. It works like a charm 🙂. THX a bunch /Rasmus 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