No content to show
User Activity
Is there a way to show the inventory based on Warehouse Location on the product page in the Dawn theme?
08-18-2024
Thanks @BSSCommerce-B2B - that worked for the collection page great, but then when I go to the product page, no price shows.
08-16-2024
Looking to change the From price in the collection, to a range in Symmetry Theme, this is the place I need to change it, just not sure what to change it to: <div class="price__default">
{%- if product.price_varies -%}
{%- if for_variant_pi...
07-30-2024
& actually it removes the price from the product page as well now.
07-30-2024
Thanks! I got some of it to work, but I was getting double the min price, unless I took out the code below (also, Symmetry now has a Snippet for price.liquid which is where I am changing this) <span class="price__current">
{%- if show_curren...
07-30-2024
Looking to change the From price in the collection, to a range in Symmetry Theme, this is the place I need to change it, just not sure what to change it to: <div class="price__default">
{%- if product.price_varies -%}
{%- if for_variant_pi...
07-02-2024
Hi All - We have this CSS currently on our site - it was to make the Reserve Now link look more like a button. Then we added in dropdowns and now any link that goes to /rent is a box. We could change the url, but looking to see if anyone else has a ...
07-01-2024
That worked!! Thank you - the documentation for custom fonts used to mention always adding to assets - so good to know they can go into files now. Really appreciate all of your help!
06-30-2024
You have been so helpful & I appreciate it! So I went in with another woff & woff2 file I used on another client just to double check and even still it's not loading. I miss the old way where you just put the font-face at the bottom of the css and th...
06-30-2024
Thank you! Okay yes, good call on the asset_url (I know basics of code, butnot anything specific).So I have tried this above and it still doesn't work (in there now).<br>@font-face {<br> font-family: 'landry-gothic';<br> src: url('{...
06-30-2024
Yes! Absolutely missing something small and it's driving me crazy - here is the preview link, let me know if you need anything else. https://23lv3jbdk9b8p2n8-16148159.shopifypreview.com
06-28-2024
Hi All - Losing my mind a bit. The old way to add custom fonts is not working anymore. Fonts were added as assets, .woff & .woff2 files - I added some custom css to the content block which seems to trigger a change, but not pulling in the exact font...
06-25-2024
Thanks @PageFly-Richard so I added this - then called it out in the Custom CSS in the content block, my css is working in that the font does change, but to Times New Roman - so somewhere it is not pulling in the custom font. I have both .woff and .wo...
06-17-2024
Here is the preview link: https://skis-on-the-run.myshopify.com/?_ab=0&_fd=0&_sc=1 We added some custom CSS to the Reserve Now link to have it look more like a button, but the hover line is not working properly, it's high up and in full screen, cutti...
Hi, My client would like to add a second button to the Video Hero in the Impulse theme - here is the Hero Video code for reference. Thank you!{%- style -%}
.hero--{{ section.id }} .hero__title {
font-size: {{ section.settings.title_size | time...