Hi! Quick question to you, how do i remove the “From” text and make they “Cyber T-shirt” text bigger and “bold” style?
1 Like
Hi @Czaban
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.card__information h3 {
font-weight: bolder;
font-size: 25px;
}
- And Save.
- Result:
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
2 Likes
Oh, I thought you would like to make the font bigger and bold? for the word “from”
it need another code.
1 Like
So, can it be made or do I need to change something…?
That needs a developer for the “from”.
1 Like
where did you put the code for this? I didnt see it in your base.css. I think that is in your previous post. But check this one.
paste it on the very last on the base.css.
.card__inner.color-background-2.gradient.ratio {
background: transparent !important;
}
And Save.
1 Like
What does that mean? ![]()



