Shopify themes, liquid, logos, and UX
Hi there!
I am looking to show the full product details instead of the "View full details" button on a Featured Product on my homepage. Sense theme. www.petson.co.uk password: 123
Solved! Go to the solution
This is an accepted solution.
Go to your Online store > Themes > Edit code > Sections > open featured-product.liquid file
Copy this code
{%- if product.description != blank -%}
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
{%- endif -%}
And paste it below this line of code
% render 'product-media-modal', product: product, variant_images: media_to_render %}
Save file and reload your store to check
- Is it helpful? Like, or Accept my solution or Buy Me a Coffee!
- Ryviu - Product Reviews app, Collect consumer feedback and import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart.
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.product__view-details {
display: none;
}
This is an accepted solution.
Go to your Online store > Themes > Edit code > Sections > open featured-product.liquid file
Copy this code
{%- if product.description != blank -%}
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
{%- endif -%}
And paste it below this line of code
% render 'product-media-modal', product: product, variant_images: media_to_render %}
Save file and reload your store to check
- Is it helpful? Like, or Accept my solution or Buy Me a Coffee!
- Ryviu - Product Reviews app, Collect consumer feedback and import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart.
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
140 | |
114 | |
79 | |
64 | |
64 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023