Change the header size in other pages - Dawn Theme

Solved

Change the header size in other pages - Dawn Theme

randytheasian
Pathfinder
115 0 23

 - Homepage 

Screenshot 2024-12-15 at 6.22.23 PM.png

- Other pages

Screenshot 2024-12-15 at 6.22.34 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

{% if template != 'index' %}
<style>
header a.header__heading-link {
    margin-top: -30px;
    margin-bottom: -30px;
}
</style>
{% endif %}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 4 (4)

randytheasian
Pathfinder
115 0 23

I want the header as same as the homepage. How do I apply the same size header in every other pages?

Dan-From-Ryviu
Shopify Partner
11721 2296 2476

Hi @randytheasian 

Please share your page link so I can check it.

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

randytheasian
Pathfinder
115 0 23
Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

{% if template != 'index' %}
<style>
header a.header__heading-link {
    margin-top: -30px;
    margin-bottom: -30px;
}
</style>
{% endif %}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.