Shadowing below header?

Solved

Shadowing below header?

Ryan1998
Pathfinder
101 2 32

Hello, can someone please help me to put shadowing under the header?

url: https://errival.com/products/errival%E2%84%A2-mini-rubber-band-shotgun 

Like this:

Screenshot 2024-08-13 at 19.10.27.png

Accepted Solutions (4)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @Ryan1998 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

header.header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

add this css on base.css file 

.header-wrapper 
    background-color: rgb(var(--color-background));
    -webkit-box-shadow: 0 8px 6px -6px black

    -moz-box-shadow: 0 8px 6px -6px black
    box-shadow: 0 6px 14px -14px black;

}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Seems you break the css file that's why its not working.
try this edit theme.liquid search for </body> and just before of it add this code  

<style>
header.header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}
</style>

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

body .header-wrapper 
    background-color: rgb(var(--color-background));
    -webkit-box-shadow: 0 8px 6px -6px black

    -moz-box-shadow: 0 8px 6px -6px black
    box-shadow: 0 6px 14px -14px black;

}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Replies 9 (9)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @Ryan1998 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

header.header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Ryan1998
Pathfinder
101 2 32

Thanks for reply, doesn't seem to be working though

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Seems you break the css file that's why its not working.
try this edit theme.liquid search for </body> and just before of it add this code  

<style>
header.header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}
</style>

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Ryan1998
Pathfinder
101 2 32

yes👍

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

add this css on base.css file 

.header-wrapper 
    background-color: rgb(var(--color-background));
    -webkit-box-shadow: 0 8px 6px -6px black

    -moz-box-shadow: 0 8px 6px -6px black
    box-shadow: 0 6px 14px -14px black;

}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
Ryan1998
Pathfinder
101 2 32

Thanks for reply, doesn't seem to be working though🙁

AK_Design_Dev
Shopify Partner
187 16 16

i think its your mistak... where this css put in your store 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
Ryan1998
Pathfinder
101 2 32

Screenshot 2024-08-13 at 19.43.29.png

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

body .header-wrapper 
    background-color: rgb(var(--color-background));
    -webkit-box-shadow: 0 8px 6px -6px black

    -moz-box-shadow: 0 8px 6px -6px black
    box-shadow: 0 6px 14px -14px black;

}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com