LeeLee Posted August 17, 2020 Share Posted August 17, 2020 Site URL: https://www.theshoreatgerringong.com.au Hi, I set up a site and now 2 months later the sites MOBILE book now button isn't displaying white text. It is showing on desktop and the link works and if I change the colour scheme the text is on there.. So how can I change this and would there be any reason it has just changed to the same colour as the button/why it shows on desktop and not mobile? I have used CSS to make the text white however I'm not sure the code was correct as it did not change the button text. Thanks, Lee Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Add to Home > Design > Custom CSS /* Button mobile color */ @media screen and (max-width:991px) { .header-menu-cta a { color: white !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
jenq Posted September 29, 2020 Share Posted September 29, 2020 On 8/17/2020 at 5:17 PM, tuanphan said: Add to Home > Design > Custom CSS /* Button mobile color */ @media screen and (max-width:991px) { .header-menu-cta a { color: white !important; } } Brilliant thanks for this! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.