Header unwanted shadow-box

Solved

Header unwanted shadow-box

ArjunPCD
Tourist
3 1 2

Hello,
I am trying to figure out how to remove this border at the bottom of the navbar,

I have looked at the css files to find any borders or shadow-boxs that might cause this, i have also inspected the whole header but i am just unable to find what creates this.

I know there is a checkbox "show seperator line" which is currently unchecked.

Thank you, 

 

Screenshot 2025-01-11 160617.png

Accepted Solution (1)

ArjunPCD
Tourist
3 1 2

This is an accepted solution.

Sorry, I actually solved, 
I have conditioned a different class for the home page (I have positioned it in absolute) and the other pages since I realized i actuly need a border in the other pages:

 

  {% if request.page_type == 'index' %} header--home{% endif %}

 

I am new to shopify and to liquid,  I'll be still glad if you can teach me how to share a preview of a website which is not live yet.
thank you


View solution in original post

Replies 6 (6)

VladimirS
Shopify Partner
22 5 6

Share link to store? And what theme?

ArjunPCD
Tourist
3 1 2

The current websites design is still in dev, the version is Dawn version 14.0.0

 

 

VladimirS
Shopify Partner
22 5 6

I don't see this shadow in dawn theme examples. Need to look at your store to figure out what's the problem

Nordalux
Shopify Partner
719 77 143

Share a preview link, so we can see that. It's normally a little CSS-Code.

Tobias von Nordalux

Webseite: nordalux.de
Unsere Kernkompetenzen: Coding - Conversionoptimierung - Individualberatungen

devcoders
Shopify Partner
786 99 202

Hello @ArjunPCD 
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

ArjunPCD
Tourist
3 1 2

This is an accepted solution.

Sorry, I actually solved, 
I have conditioned a different class for the home page (I have positioned it in absolute) and the other pages since I realized i actuly need a border in the other pages:

 

  {% if request.page_type == 'index' %} header--home{% endif %}

 

I am new to shopify and to liquid,  I'll be still glad if you can teach me how to share a preview of a website which is not live yet.
thank you