Okay
  Public Ticket #2000539
Widget title
Closed

Comments

  • rhondamassad started the conversation

    How can i change the size and color of the font that says create an event?

  •  877
    Zhivko replied

    From Fonts & Colors -> Event Preview Tab -> Title color, Title Font

    or via custom css:

    .stec-layout-event-preview-left-text-title {
        font-size: 18px !important;
        color: #000 !important;
    }

    Stachethemes Developer