Hello, I am using the Inspect Element and understand how to get it to change. My issue is when i get it changed I try placing the change in tribe-event.css but it doesn’t work. Should I be placing it somewhere else? The directory is:
wp-content/themes/alora/tribe-events
Here is the calendar list and I was making the box a different color.
I placed the background code in the same css and that worked.
Here’s what i have:
.tribe-mini-calendar-event .list-date {
float: left;
overflow: hidden;
font-weight: bold;
margin: 10px 5% 10px 0;
padding: 3px;
width: 15%;
text-align: center;
display: inline;
background: #7EA0CD;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body {
background-image: url(“http://www.indianatrailrunning.com/wp-content/uploads/2015/07/person_large.jpg”);
background-color: #cccccc;
}