• Resolved Bastian P.

    (@stinkbuck2000)


    Hi,

    just a white subscribe button. How can i change it, so that the text is visible before hovering?

    • This topic was modified 2 years, 7 months ago by Bastian P..

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @stinkbuck2000,

    Thank you for using The Events Calendar.

    It appears this issue is caused by a CSS rule coming from your theme.

    However, we can workaround it with the following Custom CSS:

    .aft-default-mode .tribe-events-c-subscribe-dropdown__button:not(.tribe-events-c-subscribe-dropdown__button--active):not(:hover):not(:focus):not(:active) button.tribe-events-c-subscribe-dropdown__button-text:not(:hover):not(:focus):not(:active) {
        color: var(--tec-color-accent-primary);
    }

    Here’s a guide on adding Custom CSS to your WordPress site if you’re unfamiliar: https://theeventscalendar.com/knowledgebase/k/customizing-css/

    I believe the “aft-default-mode” body class comes from your theme. If that body class were to change, this snippet would no longer work.

    Hope this helps. Do let us know how it goes.

    IMPORTANT NOTE FOR OTHERS READING THIS: unless you are using the same WordPress theme with the same settings, the above CSS will not work for you.

    Please make a new topic and include your site URL so we can come up with Custom CSS tailored to the unique circumstances of your site.

    Best regards,
    Leland

    Thread Starter Bastian P.

    (@stinkbuck2000)

    Hi,

    thx for your answer. Works as you can see at the page now.

    Great!

    • This reply was modified 2 years, 7 months ago by Bastian P..

    Glad to hear. Thank you for the update.

    Please feel free to open a new topic here if you have any other questions about the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White subscribe button’ is closed to new replies.