Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello everyone,
i would like to know how can i set every page-title like this :
will have an underline like this :
Link to my website:
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
@ChicBotique1 Please add below line of CSS as well.
.collection-hero__inner.page-width {
max-width: 100%;
padding: 0;
}
@ChicBotique1 Please add the below line of CSS code at the end of your base.css file.
.collection-hero__title{
padding-bottom:30px;
border-bottom:1px solid #ddd;
}
Result:
@webwondersco thank you very much,
the only problem is that the underline doesn't go all the way in the page :
can you help extend it all the way ?
This is an accepted solution.
@ChicBotique1 Please add below line of CSS as well.
.collection-hero__inner.page-width {
max-width: 100%;
padding: 0;
}
works great
thank you!