No content to show

User Activity

Welcome to the community! I've checked the link you provided and I can see the discounted price just fine, on the PLP and PDP. 1. https://bluewatermemoriesgiftshop.com/collections/all2. https://bluewatermemoriesgiftshop.com/products/cardinal-ornament...
@sparkleathletic There's probably a background color to that image. Share your store URL, I can check and share code to remove that background.
What you require is possible with customized product pages. You can accomplish this by using any product options app in the Shopify Appstore.
Hi, welcome to the Shopify Community. While Shopify may not look like a good fit out of the box as the platform is focused on masses and the base solution is focused on most merchants. That being said, Shopify can be customized to your likings and ne...
This code snippet will make the collection title move even more to the left to be aligned with the left sidebar.
Hi, welcome to the Shopify Community.It looks liked your products listing page is trying to use AJAX-based add-to-cart for the products without any options. Since I don't have access to your store's backend, I don't know what features the theme offer...
Eden, each code snippet does a different job. Pleas refer to each message and see if you need to accomplish the thing I have mentioned with the code. If you need it, put it in the file otherwise leave it out.
Hi, Here's the code to hide the hero/slider section on mobile.@media screen and (max-width: 767px) { .template-index .mount-slider { display: none; } } To add this to your store, follow these steps: 1. Go to Online Store > Themes > click "Edi...
Vicky, only the images visible on the page have impact on your speed performance. Any images you upload to the backend but not in use on the frontend for examples, images used in emails, or images uploaded but then never used or replaced with new one...
To align the collection title with the filters area on larger screens. Add the following code to the end of the theme.css file (the one you have been editing previously). @media screen and (min-width: 1240px) { .template-collection .Container { ...
I'd recommend to leave the left sidebar as is since the right column has that sort dropdown element to match with the left sidebar. But if you still want to accomplish what you want, here's the code for it. @media screen and (min-width: 641px) { .t...
Owl Carousel will most probably power your hero sections for making slides/carousels. It depends on the theme developers, they may have loaded this script without making sure if its even required or not.Unfortunately, you'll have to dig in to the cod...
Hi Vicki, There are several ways you can improve the page speed of your store. Here are a few tips: Optimize images: Large images can slow down your page loading times, so make sure to optimize your images by reducing their size without compromising ...
Decrease the 35px in following part of the code and it'll decrease the top and bottom spacing. I set it to 25px which is 10px less than the last version I provided. .template-collection .PageHeader { margin: 25px 0; } 
Same as the last solution: 1. Go to Online Store > Themes > click "Edit code" for the main theme.2. Search for theme.scss, and open a file named theme.scss.css.3. At the end of the file, put the above code4. Save and check your store.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.