LeafHappyCo Posted September 20, 2022 Share Posted September 20, 2022 Site URL: https://www.maroazul.com/menu Hi, I handle a menu for a restaurant in Europe, where the currency symbol always goes after the amount (in the US it goes before). Menu Blocks in Squarespace only place the € currency symbol before the price, can someone help me figure out how to move it to after the price? Thanks! Link to comment
paul2009 Posted September 20, 2022 Share Posted September 20, 2022 3 hours ago, LeafHappyCo said: Menu Blocks in Squarespace only place the € currency symbol before the price, can someone help me figure out how to move it to after the price? Squarespace have recently (Aug 2022) updated the price formatting on product pages to deal with the Euro, but they have yet to do this with the Menu Block. Until they do, try adding this to Design > Custom CSS: .menu-item .currency-sign { display: none; } .menu-item-price-top:after, .menu-item-price-bottom:after { content: "€"; } Note that when they do update the Menu Block price formatting, this will need to be removed. Let me know how you get on. Was this post helpful? Please give feedback by clicking an icon below ⬇️ About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
LeafHappyCo Posted September 21, 2022 Author Share Posted September 21, 2022 On 9/20/2022 at 8:14 PM, paul2009 said: Squarespace have recently (Aug 2022) updated the price formatting on product pages to deal with the Euro, but they have yet to do this with the Menu Block. Until they do, try adding this to Design > Custom CSS: .menu-item .currency-sign { display: none; } .menu-item-price-top:after, .menu-item-price-bottom:after { content: "€"; } Note that when they do update the Menu Block price formatting, this will need to be removed. Let me know how you get on. Was this post helpful? Please give feedback by clicking an icon below ⬇️ Thank you, Paul, so it works for most of the prices, but in the wine section of my menu for instance I have 2 prices, by the glass and by the bottle, and the € symbol appears at the end of the entire line. Example of how I have it: Glass €4,3 | Bottle €22 after CSS: Glass €4,3 | Bottle €22 € Would you know how to fix this? or should I wait until SQSP updates de Menu Block Price Formatting? 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