Hi,
I use the default Theme Accent Color.
But this color also appears in another plugin I use, The event calendar. In this calendar I want black color in text. I dont want to change the Theme Accent Color to black.
How can I make sure that Theme Accent Color dont affect the plugin The Event calendar?
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/G4CxIYa1U
#tribe-events-pg-template{
background-color: white;
}
Thanks!
Hi,
It is the text color that is affected. The text color is the same as theme color (Theme Accent Color).
It should be black, but I can’t see how I can do this.
Seems like the theme colors overwrite the plugin color for “The Event Calendar”.
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/5ipRVLs16BX
#tribe-events-pg-template {
background-color: white;
}
#tribe-events-pg-template a {
color: black;
}
Result: http://screencast.com/t/0ZHXbTj7Fpnl
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].