• Resolved darosa

    (@darosa)


    I have three questions:
    1.Is it possible to remove the words at the top of the calendar month view that say: All event times are displayed based on….
    2. The colored ‘type’ buttons that are at the bottom of the month view – can they be moved to the top of that page?
    3. Regarding the gallery and list views:
    Can the color of the text and color of the ‘view details’ button that show in the gallery and list views, be changed? If so, where do I find that option.

    thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    Thanks for reaching out to us.

    1. To remove the text at the top of the calendar that says “All event times are displayed based on…,” navigate to EventPrime -> Settings, go to the General tab, and under the Timezone sub-tab, disable the option Allow Users to Select Timezone.

    2.Regarding your request to move the colored ‘type’ buttons to the top of the month view, we have forwarded this suggestion to our development team for consideration in future updates.

    To change the color of button view details you can achieve this by adding custom CSS. To do so, navigate to Events -> Settings, select the Custom CSS tab, and paste the following code into the TextArea and save changes.

    .emagic .ep-btn-dark {
        --ep-btn-color: #fff;
        --ep-btn-bg: #ec6d00;
        --ep-btn-border-color: #ec6d00;
        --ep-btn-hover-color: #fff;
        --ep-btn-hover-bg: #ec6d00;
        --ep-btn-hover-border-color: #EC6D07;
        --ep-btn-focus-shadow-rgb: 217, 164, 6;
        --ep-btn-active-color: #fff;
        --ep-btn-active-bg: #ec6d00;
        --ep-btn-active-border-color: #ec6d00;
        --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --ep-btn-disabled-color: #000;
        --ep-btn-disabled-bg: #ec6d00;
        --ep-btn-disabled-border-color: #ec6d00;
    }

    If you have any further questions, please don’t hesitate to reach out to us.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.