Comments 3tampabayrpc started the conversationFebruary 9, 2022 at 3:12pmHi!I was wondering how to fix the hours box on the reminder popup. It's too narrow and numbers don't show up. See screenshot for reference. Thanks. 877Zhivko repliedFebruary 9, 2022 at 3:23pmIt shouldn't look like this. What's the url to the calendar to check the css? Stachethemes Developer 3tampabayrpc repliedFebruary 9, 2022 at 3:28pmthis is the url: https://www.tbrpc.org/calendar/ 877Zhivko repliedFebruary 9, 2022 at 3:38pmGo to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css: body .stec-reminder-popup-wrapper-settings input[name="email"] { border-radius: 3px; border: 1px solid #ebebeb; background: #fbfbfb; height: 38px;} body .stec-reminder-popup-wrapper-settings input[name="number"] { height: 38px; border-radius: 3px; border: 1px solid #ebebeb; background: #fbfbfb; padding: 0; min-width: 50px; text-align: left; text-indent: 10px;} Stachethemes Developer 3tampabayrpc repliedFebruary 9, 2022 at 5:02pmAwesome! that worked great, thank you so much!!1 Like Sign in to reply ...
Hi!
I was wondering how to fix the hours box on the reminder popup. It's too narrow and numbers don't show up. See screenshot for reference.
Thanks.
It shouldn't look like this. What's the url to the calendar to check the css?
Stachethemes Developer
this is the url: https://www.tbrpc.org/calendar/
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:
Stachethemes Developer
Awesome! that worked great, thank you so much!!