Dawn 12- mobile version button color change

Solved

Dawn 12- mobile version button color change

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
12019 2349 2529

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Vari41
Tourist
14 0 2

Thank you very much! works great! 

Dan-From-Ryviu
Shopify Partner
12019 2349 2529
Very welcome

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.