Solved

Remove Shadow from Header on Homepage + Change Header Font Colour Theme "Streamline"

Natalia14
Tourist
7 0 2

Hi, 

 

1. 

I'd like to remove the shadow from the header that appears only on the homepage, as well as change the color of the text in navigation to black.

 

Capture d’écran 2022-08-06 à 16.45.53.png

 

 

2. I'd like to make the testimonials text smaller.

 

Capture d’écran 2022-08-06 à 16.45.44.png

 

Theme: Streamline

https://positivefocus1.myshopify.com/

PW: iflies

 

Thank you! 

 

Accepted Solution (1)

DavidEKim
Shopify Partner
392 131 184

This is an accepted solution.

Hi,

Please add the code below to assets/theme.css file.

.header-wrapper--overlay {
  background: none !important;
}
.is-light .site-nav__link, .is-light .site-nav__link:hover {
  color: #000 !important;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner

View solution in original post

Replies 3 (3)

Natalia14
Tourist
7 0 2

Hi, 

 

Thanks for a quick reply, unfortunately it didn't work!

DavidEKim
Shopify Partner
392 131 184

This is an accepted solution.

Hi,

Please add the code below to assets/theme.css file.

.header-wrapper--overlay {
  background: none !important;
}
.is-light .site-nav__link, .is-light .site-nav__link:hover {
  color: #000 !important;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner
Natalia14
Tourist
7 0 2

It works perfectly, thank you so much!

 

Would you also be able to help me with the smaller text in the testimonial section? 

Thanks!