Personalized checkout and custom promotions with Shopify Scripts
Look at the gradient transition from the nav menu to the header for the cell phone, why is it like this? And on PC is it correct?
website: www.colorluzes.com.br
Solved! Go to the solution
This is an accepted solution.
Hello @GustavoAlves ,
It's GemPages support team and glad to support you today.
I checked your website and found that the cause of this issue is due to missing code for mobile screen.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
@media(max-width: 640px){
.header__search-bar-wrapper {
background-image: linear-gradient(90deg, rgba(0,11,51,1) 0%, rgba(53,0,64,1) 100%)!important
}
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @GustavoAlves ,
It's GemPages support team and glad to support you today.
I checked your website and found that the cause of this issue is due to missing code for mobile screen.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
@media(max-width: 640px){
.header__search-bar-wrapper {
background-image: linear-gradient(90deg, rgba(0,11,51,1) 0%, rgba(53,0,64,1) 100%)!important
}
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024