gemkr Posted May 19, 2021 Posted May 19, 2021 Site URL: https://www.santucoffee.com/ Hello! I'm a bit stuck with some custom code and hoped someone might be able to help. I've managed to change the login text on desktop to an account icon but now on mobile I can see both the text and the icon and it all looks a bit odd. Is there a way to remove the text and move the account icon into the header on mobile? Can anyone help me with this please? Thanks very much :)
tuanphan Posted May 20, 2021 Posted May 20, 2021 Add to Design > Custom CSS /* hide login text mobile */ @media screen and (max-width:767px) { span.unauth { color: transparent !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!)
gemkr Posted September 9, 2021 Author Posted September 9, 2021 A very late reply but thank you so much for your help @tuanphan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.