Home › Forums › Calendar Products › Events Calendar PRO › Change background colour on button
- This topic has 8 replies, 3 voices, and was last updated 10 years ago by
playmakerne.
-
AuthorPosts
-
August 16, 2016 at 5:16 am #1151992
playmakerne
ParticipantHi,
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
ChristineAugust 16, 2016 at 7:41 am #1152054Geoff
MemberHi 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!
GeoffAugust 16, 2016 at 8:45 am #1152088playmakerne
ParticipantSorry, 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:
August 16, 2016 at 9:49 am #1152194Geoff
MemberPerfect, 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!
GeoffAugust 17, 2016 at 3:45 am #1152487playmakerne
ParticipantI 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?
August 17, 2016 at 7:40 am #1152556Geoff
MemberHi 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,
GeoffAugust 17, 2016 at 11:25 pm #1152985playmakerne
ParticipantThat’s much better!
Thank you very much š
August 18, 2016 at 7:47 am #1153101Geoff
MemberMy 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 -
AuthorPosts
- The topic ‘Change background colour on button’ is closed to new replies.
