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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024