Solved

Dawn / Featured Collection / Mobile view / Products Price&Name font white on white background

bibigab
Explorer
59 4 12

Hi all!

 

I am the owner of ourhatsdeservebetter.com

I got a small issue on my featured collection mobile view:

White Background.png

The price & the product name are showing white, which is OK, but on a whitish/greyish background when I would like the background to be my accent color as it appears nicely on my desktop view.

Featured collection desktop.png

And I don't know where this background is coming from...

 

Thanks for your usual enlightened help.

Eric

Bibigab
Accepted Solution (1)

Moeed
Shopify Partner
3692 931 1163

This is an accepted solution.

Hey @bibigab 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

 

<style>
@media (max-width: 767px) {
slider-component.slider-mobile-gutter {
    background-color: #f7b89f !important;
}
}
</style>

 

Capture.JPG


If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
3692 931 1163

This is an accepted solution.

Hey @bibigab 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

 

<style>
@media (max-width: 767px) {
slider-component.slider-mobile-gutter {
    background-color: #f7b89f !important;
}
}
</style>

 

Capture.JPG


If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
bibigab
Explorer
59 4 12

Man! That was really amazingly fast...

Thanks a lot and have a good day Sir

Eric

Bibigab