OmerOdemis Posted March 3 Share Posted March 3 Hello, is there a way to change the tile color of the calendar events on mobile? Right now it’s a default gray but I wanted to change them to either yellow or green based on if the event is fully booked or not. Any way to add custom code to change this? Thanks! Link to comment
tuanphan Posted March 5 Share Posted March 5 Change background color or change number text color? Can you share link to page in screenshot? 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
OmerOdemis Posted March 9 Author Share Posted March 9 khaircenter.org/general-information Background color Link to comment
tuanphan Posted March 13 Share Posted March 13 On 3/9/2024 at 9:22 AM, OmerOdemis said: khaircenter.org/general-information Background color You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { td.has-event { background-color: #f1f !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment