• Resolved ginnywills

    (@ginnywills)


    This is a simple question but I can’t figure it out myself. When I hover over the LOAD MORE button, it turns white and is not visible. Can you give me the CSS to change the text to blue?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    We have already addressed this issue and will implement a fix in our upcoming releases.

    In the meantime please add the custom CSS given below, please navigate to the “Events -> Settings” sub-menu select the “Custom CSS” tab, and place the below-mentioned CSS in the TextArea and save the changes.

    .emagic .ep-btn-outline-primary:hover {
        background-color: rgba(var(--themeColor), 1) !important;
    }
    Thread Starter ginnywills

    (@ginnywills)

    Perfect!

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