CG_Admin Posted December 29, 2023 Share Posted December 29, 2023 I've recently noticed that the phone number in the footer of our website was being turned into a link automatically by mobile browsers, which made the number so dark it couldn't be seen. I added some style coding to make the hyperlink text default to white, however in the section of the website that have a white background, now have invisible links unless you rollover them. Any pointers on how to resolve this? Code: <style> a:link { color: grey; background-color: transparent; text-decoration: none; } a:visited { color: pink; background-color: transparent; text-decoration: none; } a:hover { color: red; background-color: transparent; text-decoration: underline; } a:active { color: yellow; background-color: transparent; text-decoration: underline; } </style> Link to comment
tuanphan Posted December 30, 2023 Share Posted December 30, 2023 What is your site url? 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
CG_Admin Posted January 15 Author Share Posted January 15 On 12/30/2023 at 3:41 AM, tuanphan said: What is your site url? My apologies for the delayed response: www.cg.church Link to comment
tuanphan Posted January 17 Share Posted January 17 Add this code to Website Tools (under Not Linked) > Custom CSS footer#footer .code-block a { color: white; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment