Dawn 12- mobile version button color change

Solved
Vari41
Tourist
14 0 2

Hello, after searching for a solution here in previous discussions, I could not change the colour of button only in the mobile version.

 

The website is www.shmrnc.cz (password: linh). I need to change the colour for button in the carousel (the carousel will be updated, more slides added -> so i would need to apply this change for all the slides in carousel

image.jpeg

)...The current is colour is #FFB6C1, I would to make the button be #000000 and the text color #FFB6C1.

 

I attach the screenshot, so you can see the issue.

 

Thanks in advance! 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5574 1024 1055

This is an accepted solution.

Hi @Vari41 

Please add this code at the bottom of your base.css file to do that 

@media (max-width: 767px) {
.banner--mobile-bottom .slideshow__text .button {
    background: #000 !important;
    color: #ffb6c1 !important;
}
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 3 (3)
Dan-From-Ryviu
Shopify Partner
5574 1024 1055

This is an accepted solution.

Hi @Vari41 

Please add this code at the bottom of your base.css file to do that 

@media (max-width: 767px) {
.banner--mobile-bottom .slideshow__text .button {
    background: #000 !important;
    color: #ffb6c1 !important;
}
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Vari41
Tourist
14 0 2

Thank you very much! works great! 

Dan-From-Ryviu
Shopify Partner
5574 1024 1055
Very welcome

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now