Mobile and Desktop button colours are different

Hi guys,

I used some code which i added to the bottom of Base.css to change my image banner buttons to a solid yellow (F4D214!) colour. This seemed to change the colour on desktop but not on mobile (mobile is just all white). I was wondering if someone could help me to change the mobile colour to F4D214 to match desktop.

site is https://sicyon.com.au/
password tawday

Thanks guys!

1 Like

Hi @JamesMu

I think you accidentally deleted the code. pls add ‘}’ before ‘.banner__buttons>.button’

btw the right code is ( color should be unset

.banner__buttons>.button {
    background: #F4D214!important;
    color: unset!important;
    box-shadow: none!important;
}

@JamesMu

yes i can see your have missing css breaket so can you please find this header-drawer {display: block !important;} after add this } that is work see attachment

Thanks Kani worked perfectly!! thank you

1 Like