Shopify themes, liquid, logos, and UX
Hello! I am looking to change the size and center the heading for the featured collections on my home page. I'd also like to change the location of the "see more" link to the end of each collection. Any help would be greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
Hi, @Katie_Demicelli
You would need to add the following code to your style file:
.featured-products .small--text-center {
font-size: 35px;
text-align: center;
}
To add this to your style file
1. Go to Online Store -> Theme -> Edit code
2. Asset -> /theme.scss -> paste below code at the bottom of the file.
Hi, @Katie_Demicelli.
Hope everything is well!
Could you please share your web url? In that way i can share the specific solution for your theme.
Thanks, have a nice day:)
This is an accepted solution.
Hi, @Katie_Demicelli
You would need to add the following code to your style file:
.featured-products .small--text-center {
font-size: 35px;
text-align: center;
}
To add this to your style file
1. Go to Online Store -> Theme -> Edit code
2. Asset -> /theme.scss -> paste below code at the bottom of the file.
Awesome, thank you! Is there anyway to move that "see more" link to the bottom after the products?
Hi, @Katie_Demicelli
Yes, it is possible, but you would need to change the template files and move button to the bottom of the section.
I added this, to the featured-products.listed code to add the "see more" link, but can't figure out how to put it at the bottom of the listed products
<div class="featured-products">
{% if section.settings.title != blank %}
<h2 class="small--text-center">
{{ section.settings.title | escape }}
{% if collections[featured].products_count > total_products %}
- <a href="{{ collections[featured].url }}">see more</a>
{% endif %}
</h2>
User | RANK |
---|---|
145 | |
97 | |
75 | |
70 | |
68 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore 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, 2023