Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1398901

    Hi,

    In Customizer settings for Events Calendar I was clicking to inherit theme fonts. Partially it works, partially not.

    Fonts should be “Amatic SC” and “Ubuntu Condensed”, but there is something like Helvetica in events view

    Events View

    Also the “Find” button is set to color #499f99 in Customizer, but it doesn’t work. It would be great to also have the “Subscribe Calendar” button in #499f99.

    Best regards,
    Tom

    #1398995

    Hey Tom,

    The Events Calendar should inherit the colors you set in Enfold theme options > General Styling tab. It is not fully compatible with customizer.

    If you’d like to override Enfold theme options styling, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    .tribe-events .tribe-events-c-search__button {
      background-color: var(--tec-color-background-events-bar-submit-button) !important;
      color: var(--tec-color-text-events-bar-submit-button) !important;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.