Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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. !!!