How can I underline page titles in the Dawn theme?

Solved

How can I underline page titles in the Dawn theme?

ChicBotique1
Excursionist
31 0 3

Hello everyone,

 

i would like to know how can i set every page-title like this :

Screenshot 2024-03-31 135554.png

 

 

will have an underline like this :

Screenshot 2024-03-31 135653.png

 

Link to my website:

Https://ChicBotique.co.il

 

Thanks in advance.

Accepted Solution (1)
webwondersco
Shopify Partner
1164 169 170

This is an accepted solution.

@ChicBotique1 Please add below line of CSS as well.

 

.collection-hero__inner.page-width {
    max-width: 100%;
    padding: 0;
}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 4 (4)

webwondersco
Shopify Partner
1164 169 170

@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_0-1711886285602.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
ChicBotique1
Excursionist
31 0 3

@webwondersco  thank you very much,

 

the only problem is that the underline doesn't go all the way in the page :

Screenshot 2024-03-31 150054.png

can you help extend it all the way ?

webwondersco
Shopify Partner
1164 169 170

This is an accepted solution.

@ChicBotique1 Please add below line of CSS as well.

 

.collection-hero__inner.page-width {
    max-width: 100%;
    padding: 0;
}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
ChicBotique1
Excursionist
31 0 3

works great

 

thank you!