Hey, i have an question, does anybody now how to put an divider line above the product title on the collection page? I will show an example below this.
LINK TO WEBSITE: https://e8aaa0-3.myshopify.com/
PASSWORD: MOHWHI
THEME: TASTE
WHAT I WANT: WHAT I HAVE:
1 Like
Hi @PRETTYFRIDAYS
Do you mean like this?
If it is, check 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__inner.color-background-1 {
border-bottom: 1px solid black;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey thanks for reaching out but it doesnt work, do you have another solution?
1 Like
Please open Online store > Themes > Edit code > open theme.liquid file, add this code after tag
Yes, check this one again. Same instruction. Thanks!
.card .card__inner .card__media {
border-bottom: 1px solid black !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
holy â– â– â– â– thanks!!!
1 Like