Customizing look of event items in main events page

Home Forums Calendar Products Events Calendar PRO Customizing look of event items in main events page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #985317
    Omar
    Participant

    Hi guys,

    Besides my inquiry from yesterday about adding a sidebar to my main events page (still awaiting reply) I have the following inquiry below:

    If you look at my main Events page: http://www.spainonyou.com/fiestas-y-eventos-historicos-espana/ you will see that the individual event items have a white background containing the event description below the image. How could I modify these so that they look like the items on my “Places of interest” page, with a dark grey background and white text, see here: http://www.spainonyou.com/sitios-de-interes-historico-espana/

    I suppose this has to do with CSS or similar? I am not a programmer so I would like to know what options I have.

    Thanks
    Omar

    #985513
    Brian
    Member

    Hi Omar,

    Thanks for using our plugins.

    I can try to help out here with some css.

    This might get you close to what you are looking for:

    .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    background-color: rgba(47, 47, 47, 1);
    box-shadow: 1px 1px 1px 1px #9b9b9b;
    color: #fff;
    }
    .type-tribe_events.tribe-events-photo-event .event-is-recurring,
    .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap h2.tribe-events-list-event-title,
    .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap a {
    color: #fff;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #990242
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customizing look of event items in main events page’ is closed to new replies.