Okay
  Public Ticket #1915578
Color on "Add event" button
Closed

Comments

  • Rodolphe1150 started the conversation

    Hello,

    Is that possible to change the background color from the "Add Event" button to ensure more engagement from users?

    For example, I would like to put the background in green (#55C197) and text in white.

    Where can I change these settings?

    NOTE: I'm a non-tech guy.

    Thanks in advance.

  •  877
    Zhivko replied

    Hi,

    Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:

    .stec-event-create-form .stec-event-create-form-preview {
        background: #55C197 !important;
    } .stec-event-create-form .stec-event-create-form-preview p {
        color:#fff !important;
    }

    Stachethemes Developer

  • Rodolphe1150 replied

    It's perfect. Many thanks!