List View changes not working when I use inspect element

Home Forums Calendar Products Events Calendar PRO List View changes not working when I use inspect element

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1005797
    Terry
    Participant

    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;
    }

    #1005838
    Terry
    Participant

    I figured out which folder to put stuff in. Thanks.

    #1005987
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘List View changes not working when I use inspect element’ is closed to new replies.