Shopify themes, liquid, logos, and UX
Hello Guys,
Looking for some assistance with a couple of problems.
1. I am looking to make the heading of my collection list bold and change the the font.
2. I am looking to remove the "->" that is there under every category. Ex. Men's T-shirt -> needs to be Men's T-shirt, centrally aligned and Bold
Any advice would be much appreciated.
I am using dawn theme and a screen shot for reference.
Regards,
Ankan
Solved! Go to the solution
This is an accepted solution.
Hi @101Ankan,
Step 1: Go to Admin -> Online store -> Theme > Edit code
Step 2: Search for the file base.css.
Step 3: Add this code snippet to the end of the file.
.collection-list-wrapper .title-wrapper-with-link h2 {
margin: 0 auto;
font-weight: 600;
font-size: 36px;
text-transform: uppercase;
}
.collection-list-wrapper span.icon-wrap {
display: none;
}
.collection-list-wrapper h3.card__heading {
text-align: center;
font-weight: bold;
}
Step 4: Save your code.
I hope these instructions will help you. If they are helpful, don't forget to like and mark the solution.
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
This is an accepted solution.
Hi @101Ankan,
Step 1: Go to Admin -> Online store -> Theme > Edit code
Step 2: Search for the file base.css.
Step 3: Add this code snippet to the end of the file.
.collection-list-wrapper .title-wrapper-with-link h2 {
margin: 0 auto;
font-weight: 600;
font-size: 36px;
text-transform: uppercase;
}
.collection-list-wrapper span.icon-wrap {
display: none;
}
.collection-list-wrapper h3.card__heading {
text-align: center;
font-weight: bold;
}
Step 4: Save your code.
I hope these instructions will help you. If they are helpful, don't forget to like and mark the solution.
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
@BSSCommerce-B2B worked perfectly!!! thank you. !!!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025