Home › Forums › Calendar Products › Events Calendar PRO › Change CSS Style List View / Event View
- This topic has 7 replies, 3 voices, and was last updated 10 years, 4 months ago by
Geoff.
-
AuthorPosts
-
November 5, 2015 at 12:53 pm #1022306
Giorgio De Novellis
ParticipantI’m trying The Events Calendar for my Customer:
http://www.mariateresasabatiello.it/events/lista/?tribe_paged=2&tribe_event_display=past
but I’ve got to change the style to correct the white background of:
> tribe-events-list-separator-month
> label-tribe-bar-searchand… here:
http://www.mariateresasabatiello.it/event/biennale-di-firenze-florence-biennale-2009/
> tribe-events-single-section tribe-events-event-meta primary tribe-clearfixAnyone can help me?
November 6, 2015 at 12:11 pm #1022650Geoff
MemberHi @dgpixel,
Nice to see you again and hope all is well!
This CSS should do the trick:
.tribe-events-list-separator-month span, #tribe-bar-form, .tribe-bar-views-innerย { background-color:ย #272b31 }That may not get you exactly the color scheme you’re going for, but should at least give you an example to work with and modify from there.Please do check out this article for more information on targeting CSS classes in the calendar, which is also super helpful.
Cheers!
GeoffNovember 10, 2015 at 12:46 pm #1023904Giorgio De Novellis
ParticipantYes!!! It works! Thanks!!!
But I have the same problem here:
http://www.mariateresasabatiello.it/event/corpi-alla-deriva/
and in mobile view…
I tried to solve with a similar procedure but did not succeed.
I am sorry!November 10, 2015 at 2:15 pm #1023939Geoff
MemberAwesome, I’m glad that helped!
The same idea will work for the other link you shared as well. In fact, check out this article for tips on how to locate the CSS classes you need and then change the styles based on what you find, like we did in for the search bar. ๐
Cheers!
GeoffNovember 22, 2015 at 8:49 am #1029293Giorgio De Novellis
ParticipantWell Geof,
I did but I’m halfway!
I tried all the options !!!
The result is this:
http://www.mariateresasabatiello.it/event/negativo-positivo/๐
November 24, 2015 at 9:42 pm #1030482Brook
ParticipantHowdy dg,
I am sorry that’s giving you trouble. If I am following you it seems like the CSS rule you want to target is “.single-tribe_events .tribe-events-event-meta”. So something like this should hide the white box:
.single-tribe_events .tribe-events-event-meta { background-color: transparent; border: none; }That what you wanted?
Cheers!
– BrookNovember 25, 2015 at 5:29 am #1030550Giorgio De Novellis
ParticipantYessssss!
it works properly!Thanks Brook!
November 30, 2015 at 7:05 am #1032588Geoff
MemberAwesome! Glad that did the trick and thanks for following up. ๐
Geoff
-
AuthorPosts
- The topic ‘Change CSS Style List View / Event View’ is closed to new replies.
