Hi, i want this shadow under the line in the Header but only in the mobile version:
I hope you can help me.
thank you
Hi, i want this shadow under the line in the Header but only in the mobile version:
I hope you can help me.
thank you
Hi @store095 ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin β Online store β Theme > Edit code:
Step 2: Search for the file base.css. And add this code snippet to the end of the file.
.header-wrapper--border-bottom {
border-bottom: 0 !important;
box-shadow: 0 5px 10px gray !important;
}
Step 3: Save and reload home page.
=>> The result:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
@media only screen and (max-width: 600px) {
.header-wrapper--border-bottom {
box-shadow: 0 5px 14px -2px darkgray !important;
}
}
Hey @store095
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Go to Online Store β Theme β Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @store095
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result for only mobile:
Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Yes. Thank you. ![]()