No content to show
User Activity
If I'm understanding correctly, yes. It would be possible to duplicate the secondary button code to allow you to add a third button in the row. This would require an additional schema element to be included, for the button title and link to still be ...
Can do achieve this by navigating to Online Store, 3 dots, edit code. Then locating rich-text.liquid inside which you need to scroll down to the Schema to find the button declaration. Here you can either increase the limit number, or delete the line ...
You can achieve this by including a variable on the render price element to control when 'Desde' is displayed. Below is an example of how to accomplish this on Dawn theme. Firstly locate the first occurrence of money_price declaration inside price.l...
I'm not sure if it's possible now that the Discount object has been deprecated. You can access codes currently applied to a cart, maybe there's a way to create a hidden cart somewhere which has the necessary products included, but that could get conv...
12-04-2024
You can achieve this by navigating to Discount from the left hand store menu and selecting + Add Discount, Amount off products. Select Automatic discount under Method and under Discount Value selecting percentage, which you can then specify to a coll...
The heading font size in Palo Alto theme is using the same font as all other H5 elements on the page, so a work around would be to include the new size under .footer-title__button which is located in theme.css. Please add font-size: 1.5rem; so your c...
11-27-2024
The easiest way to achieve this would be to add background: white to the header menu. If you navigate to Online Store, ... next to Customize, then Edit Code. From there locate base.css and add background: white; to .header__inline-menu as shown belo...
You can access the SKU by using product.first_available_variant.sku. Depending on your theme the implementation may differ. For Dawn, this is located in card-product.liquid and you would need to access it using the variable name card_product. {{ car...
It looks like the button is being passed an auto size as part of the media query. You can adjust the code as follows, and I believe you will find it inside index.css Original Code shopify-accelerated-checkout {
--shopify-accelerated-checkout-button-b...
11-25-2024
I'm unable to access code for paid themes, but typically the product price is rendered within card-product which itself is rendered on the main-collection-gird. If you're able to locate this in your theme, you can comment out the render price code wh...
11-21-2024
Upon further testing this solution may not be producing the desired result. A current work around is to use an unless statement within the search results for loop targeting the product variant title. This successfully filters the displayed results, ...
11-08-2024
I've had a look at your site and can't seem to replicate this issue. I'm able to add products to the cart, and see them populated on the cart page immediately. Have your customers reported this happening with a specific product perhaps?
Both mobile and desktop padding can be found in component-image-with-text.css For desktop look for: media screen and (min-width: 990px)
.image-with-text__content{
padding: 6rem 7rem 7rem; For mobile look for: .image-with-text__content{
padding:...
10-31-2024
One way to achieve this would be to add title: to the name parameter of the search form in main-search.liquid and header-search.liquid. This would limit the search term to the Product, Page or Blog title only excluding product variants from the resul...
You can achieve this by going to Online Store, ..., Edit Code and opening theme.css and changing .justify-self-center from center to left. .justify-self-center {
justify-self: left;
} Hope this helpsSimon
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
144 | 10-29-2024 11:13 AM | |
291 | 10-07-2024 09:03 AM | |
259 | 09-24-2024 04:40 AM | |
551 | 09-17-2024 09:31 AM | |
208 | 09-11-2024 06:09 AM |