button banner color

Solved

button banner color

Leon0125
Tourist
3 0 2

Good morning everyone, I have a problem: I created 2 banners, one for desktop and the other for mobile, using custom css to prevent the mobile one from being seen on the desktop version and vice versa. Now, however, the desktop banner button is black, as I want it, but the one for the mobile version is grey, even though it was set to black (schema 8 as you can see in the photos) what should I do to resolve this? Screenshot (15).pngScreenshot (16).png

Accepted Solution (1)

CodingFifty
Shopify Partner
869 127 160

This is an accepted solution.

Hi @Leon0125,

 

If you add a link to the button in the mobile banner, its background will turn black.

Or 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.banner__buttons a.button.button--secondary {
    background: black !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 4 (4)

CodingFifty
Shopify Partner
869 127 160

This is an accepted solution.

Hi @Leon0125,

 

If you add a link to the button in the mobile banner, its background will turn black.

Or 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.banner__buttons a.button.button--secondary {
    background: black !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Leon0125
Tourist
3 0 2

Solved, thank you very much, you saved me. It was so simple but I ignored it... thanks again

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @Leon0125 

PLease, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Leon0125
Tourist
3 0 2

I followed the procedure given to me by Codingfifty and it worked but thank you very much for assisting me. Thank you all, you are exceptional!!