lion_no
October 19, 2021, 12:59pm
1
I’m trying to figure out how to change the font or text size for the collection name that pops up on the pages,
especially a option to make it bold as an example.
Note: it does not base itself on “Typography” option in the GUI editor.
Preview link: https://28x38yzbem51frl6-50647859379.shopifypreview.com/collections/archive?sort_by=created-descending
Thanks!
Hii, @lion_no
Can you tell me?
Do you want to increase or decrease text size?
Thank You.
2 Likes
@Zworthkey Increase and set to bold text type, if possible!
@lion_no
Paste this code on top of the theme.scss file.
.animation-contents.collection-title {
font-size: 70px !important;
font-weight: bolder !important;
}
Thank You.
2 Likes
Exactly what I needed, thanks!!
1 Like