seonto Posted October 6, 2022 Share Posted October 6, 2022 Site URL: https://seonto.kr 1. How can I change the text drag color on mobile? I add this code on custom CSS page. PC mode is works, but not on the mobile.. ::selection { color : #82aaaa ! important ; background : rgba(155, 195, 195, 0.15) ! important ; } @media screen and (max-width: 767px) { ::selection { color : #82aaaa ! important ; background : rgba(155, 195, 195, 0.15) ! important ; } } 2. When I touch some image or title on mobile website, the touch mark area (gray block) is shows on. Can I hide or remove it on all web site on mobile? Thanks :) RPReplay_Final1665041492.mov Link to comment
Ziggy Posted October 6, 2022 Share Posted October 6, 2022 ::selection works on most browsers, but doesn't work on iOS mobile. From a quick bit of research, it doesn't look like there's a way to change this on iOS mobile. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
seonto Posted October 13, 2022 Author Share Posted October 13, 2022 On 10/6/2022 at 5:16 PM, Ziggy said: ::selection works on most browsers, but doesn't work on iOS mobile. From a quick bit of research, it doesn't look like there's a way to change this on iOS mobile. Thanks a lot! Then there's no way to remove the touch mark area too? 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