while modifying the the function.php file to target the community events pages css I came across a little problem. After submitting an event there is a little message that appears that says “event submitted” or if you delete and event the message says “event deleted”… both message appear to be linked to:
#tribe-community-events div.updated, .login .message { }
I change the background and it only affects the “event submitted” message, while the “event deleted” message’s background isn’t changing.
I was able to get both messages to respond correctly by creating a file at [your-theme]/tribe-events/community/tribe-events-community.css, and modifying the same line of code there.
Why didn’t it work with the function.php file? All my other css for the community events pages has done fine there.
My problem is… now i have css for the community events in the function.php and in the overridden css file I created. Where is the best place for this css? I mostly referring for when this plugin or my theme is updated… I dont want to have to redo this.