Change background colour on button

Home Forums Calendar Products Events Calendar PRO Change background colour on button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1151992
    playmakerne
    Participant

    Hi,

    I would like to change the background colour of this darkblue button. I have tried changing a lot of the colours in the wordpress theme settings, but they don’t seem to have an effect on the button. Maybe I am looking in the wrong place?

    Thank you for your patience šŸ™‚

    Kind regards
    Christine

    #1152054
    Geoff
    Member

    Hi Christine,

    I’d be happy to help out! Would you be willing to show me which button you are referring to with a link to where I can see it? That will give me exactly what I need to give you some CSS to change it up.

    Thanks!
    Geoff

    #1152088
    playmakerne
    Participant

    Sorry, I thought I did that already. Must have had my head somewhere else šŸ˜‰

    It’s the dark blue button in the upper left part of the page:

    http://ny.playmakerne.dk/tilbud/

    #1152194
    Geoff
    Member

    Perfect, thanks a ton!

    Trying adding something like this to your theme’sĀ style.css file or using the Simple Custom CSS plugin:

    #tribe-events .tribe-events-button {
    background-color: #5cc4b7; /* or whatever color you'd like! */
    }

    Will that do the trick? Please let me know. šŸ™‚

    Cheers!
    Geoff

    #1152487
    playmakerne
    Participant

    I am afraid it doesn’t work for me. The new colour is visible for a second, and then it seems to be overruled by the old darkblue colour. I have added the code here (watch screenshot). Maybe it is in the wrong place?

    #1152556
    Geoff
    Member

    Hi Christine,

    Oh shoot, sorry that didn’t work!

    It sounds like it needs to be tweaked just a bit. Try this instead:

    #tribe-events .tribe-events-button {
    background-color: #5cc4b7 !important;
    }

    Here’s a screenshot of how that looks when I test it out. Let me know if it does the trick for you as well!

    Cheers,
    Geoff

    #1152985
    playmakerne
    Participant

    That’s much better!

    Thank you very much šŸ™‚

    #1153101
    Geoff
    Member

    My pleasure, so glad that did the trick! Thanks for following up to let me know.

    I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. šŸ™‚

    Cheers and have a great day!
    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change background colour on button’ is closed to new replies.