Drop down menus without even background on mobile

Drop down menus without even background on mobile

POLAS_crew
Tourist
14 0 2

Dear Support,

 

I have been struggling with setting an even gradient color for the backgrounds in dropdown menus, as seen almost everywhere on the website. The issue appears as shown in the screenshots I’ve attached; the background seems to be composed of multiple separate elements rather than a seamless gradient.

 

IMG_9250 2.jpg  IMG_9251 2.jpg

 

I tried contacting chat support several days ago, but I haven’t received a response or solution. I was advised to reach out here for further assistance.

 

Thank you in advance for your help. 

 

Best regards,

Ola

Replies 6 (6)

websensepro
Shopify Partner
1879 224 267

Hi @POLAS_crew , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
POLAS_crew
Tourist
14 0 2
POLAS_crew
Tourist
14 0 2

Any help here please?

POLAS_crew
Tourist
14 0 2

Hey @namphan 🖐 I would really appreciate it if you could offer a solution here as well, as no one else has offered to help. I also tried reaching out to Shopify chat, but they advised me to write here. Thank you even for trying! 😊

namphan
Shopify Partner
2572 335 380

Hi @POLAS_crew,

Yes, a fixed background will not work well on mobile IOS.

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
  body.gradient {
    background: transparent !important;
  }
  body.gradient:before {
    content: '';
    background: var(--gradient-background);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
 }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
POLAS_crew
Tourist
14 0 2

Hey hey,

 

The problem only concerns mobile version. Why I can't have fixed background?

 

Thank you for trying to help. Sadly it only looked worse:

IMG_1573.PNG

IMG_1574.PNG