Shopify themes, liquid, logos, and UX
hello, i would like to some help please.
how can i bold the titles of the collection on the home page?
i'm using debut theme.
attached screenshot to be clear on the exact title
thank you very much!!
Solved! Go to the solution
This is an accepted solution.
Please share store URL.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
.collection-grid-item__title { font-weight: bold;}
}
@media only screen and (min-width: 750px){
.collection-grid-item__title { font-weight: bold;}
}
Thanks!
This is an accepted solution.
Thanks! welcome again.
This is an accepted solution.
Please add following css for color
@media only screen and (max-width: 749px){
.collection-grid-item__title { color: red !important;}
}
@media only screen and (min-width: 750px){
.collection-grid-item__title { color: red !important;}
}
This is an accepted solution.
Please share store URL.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
.collection-grid-item__title { font-weight: bold;}
}
@media only screen and (min-width: 750px){
.collection-grid-item__title { font-weight: bold;}
}
Thanks!
you are the best! thank you very much!
maybe you can tell how to change the color of this title?
This is an accepted solution.
Please add following css for color
@media only screen and (max-width: 749px){
.collection-grid-item__title { color: red !important;}
}
@media only screen and (min-width: 750px){
.collection-grid-item__title { color: red !important;}
}
Thank you very much
This is an accepted solution.
Thanks! welcome again.
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