R0GGE
1
@R0GGE
please try this code
-
Go to Online Store->Theme->Edit code
-
Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.breadcrumb {
color: #000 !important;
font-size: 0.90em !important;
}
grid-link__title {
color: #000;
font-family: "Source Sans Pro",sans-serif;
font-size: 1em !important;
line-height: 1.4;
font-weight: 700;
}
Thanks!
1 Like
R0GGE
3
thank you so so so much. Is there any way i can change the size of the price aswell?
1 Like
@R0GGE
CSS for price
.grid-link__meta {
font-family: "Source Sans Pro",sans-serif;
font-size: 1em !important;
line-height: 1.5;
color: #1a1a1a;
}
Thanks!
1 Like