Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308030
    stevejohnsonmusic
    Participant

    Hello,

    I’m using AudioMan free theme in conjunction with The Events Calendar Pro (recently installed). The Events Calendar Pro is inheriting the reddish-pink button color from the theme on several button and dropdown elements. See https://www.stevejohnsonmusic.com/events/ and notice the Date Range dropdown, the Find Events Button, the View dropdown (List, Month, etc) at the top, and the Subscribe To Calendar dropdown at the bottom. There are a couple other instances where the red color is incorrectly displaying.

    If I do a live preview with a different theme, the problem no longer exists, so this appear to be specific to the AudioMan theme. Is there a way to remove the theme’s color from the calendar elements?

    Thanks,
    Steve

    #308032
    Sakin
    Keymaster

    Hello Steve,

    That’s the default background gradient color for the button. So, if you want to remove it then you need to add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .tribe-common button,
    .tribe-common button:focus,
    .tribe-common button:hover {
       background: none;
    }

    Regards,
    Sakin

    #308083
    stevejohnsonmusic
    Participant

    That was it, Sakin! Thank you so much! I’ve been agonizing over changing themes and I really didn’t want to change, as I like Audioman a lot.

    I just purchased Audioman Pro as a direct result of resolving this issue. Thank you!

    New question – is there a way to change themes from Audioman to Audioman Pro and preserve my setting and customizations?

    Steve

    #308096
    Sakin
    Keymaster

    Hi Steve,

    Thanks for your appreciation, it’s a good feeling to hear that you like Audioman a lot.

    Most of the settings will be preserved while updating from the Free to the Pro version if you haven’t changed anything directly inside the code in ‘audioman’ folder.

    Have a nice weekend.

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove theme’s reddish-pink button color from The Events Calendar Pro elements?’ is closed to new replies.