Solved

Trying to put text in header for Dawn theme

pressandpalm
Shopify Partner
6 0 0

Hi all, VERY new to the Shopify platform and having a lot of trouble. Can someone help me figure out how to put text in the navigation and also have the navigation have the same background as the first image banner section? I want it to be the same asScreenshot 2023-03-27 at 2.24.06 PM.png the attached photo.

 

Site url is https://community-culture-thrift.myshopify.com/

Password is omaybu

Accepted Solution (1)

GemPages
Shopify Partner
5588 1261 1203

This is an accepted solution.

Hello @pressandpalm 

I would like to give you the recommendation to support you so kindly follow steps below:

 

1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>

 

<style>
{%if template contains 'index'%}
.section-header.shopify-section-group-header-group .header-wrapper{
background:transparent !important;
}
#MainContent{
margin-top:-198px !important;
}
{%endif%}
</style>

 

I hope the above is useful to you.
Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

GemPages
Shopify Partner
5588 1261 1203

This is an accepted solution.

Hello @pressandpalm 

I would like to give you the recommendation to support you so kindly follow steps below:

 

1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>

 

<style>
{%if template contains 'index'%}
.section-header.shopify-section-group-header-group .header-wrapper{
background:transparent !important;
}
#MainContent{
margin-top:-198px !important;
}
{%endif%}
</style>

 

I hope the above is useful to you.
Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
pressandpalm
Shopify Partner
6 0 0

That worked perfectly - thank you so much!! Do you know how I would add text above the logo in the header as well? (exactly like the picture above).

pressandpalm
Shopify Partner
6 0 0

Also, would love to add the same header to this page (linked here ) but 

Screenshot 2023-03-28 at 1.52.48 PM.png