Kimbal Posted May 10, 2022 Posted May 10, 2022 Site URL: https://www.kimbalbumstead.com/projects Hello, I would like to change the text colour of portfolio items from black to white for mobile viewing. I have tried this code in Design>Custom CSS but it doesn't work. @media screen and (max-width:640px) { .portfolio-text { color: #000000 !important; } } What would be the correct code? Many thanks
tuanphan Posted May 13, 2022 Posted May 13, 2022 Add to Design > Custom CSS /* Mobile portfolio title color */ @media screen and (max-width:767px) { h3.portfolio-title { 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!)
Kimbal Posted May 13, 2022 Author Posted May 13, 2022 @tuanphan Ah great, thank you that works 🙂 tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment