Header

Header

nothingchanges
Tourist
44 0 10
Replies 2 (2)

DaisyVo
Shopify Partner
2409 302 345

Hi @nothingchanges 

 

In order to fulfill your 2 requests, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

 

{% style %}
{% if template.name == "page" %}
.shopify-section.shopify-section-group-header-group.section-header:not(.scrolled-past-header) .header__heading-logo-wrapper img {
    filter: invert(1) !important;
}
{% endif %}
{% endstyle %}
{% if page.id == 688892739947 %}
{% style %}
main#MainContent{
margin-top: -44px;
}
.header-wrapper {
    background: transparent !important;
}
.header-wrapper * {
    color: white !important;
}
{% endstyle %}
{% endif %}


Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
nothingchanges
Tourist
44 0 10

Thank you so much! It worked on the pages tab but not the about us page.  But it's okay. I'm grateful that it works on the other tab!