Okay
  Public Ticket #2977419
Calendar Reminder
Closed

Comments

  •  3
    tampabayrpc started the conversation

    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.

  •  793
    Zhivko replied

    It shouldn't look like this. What's the url to the calendar to check the css?


    Stachethemes Developer

  •  3
  •  793
    Zhivko replied

    Go 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

  •  3
    tampabayrpc replied

    Awesome! that worked great, thank you so much!!