Theme Accent Color

Posted in: Newspaper
Post count: 17

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?

Post count: 17

This should be in the Newsmag forum. Sorry for that.

Post count: 6600

Hi,

It can be that the plugin uses similar classes and the style apply’s to it also.
Please send a link to your site which contains this issue so we can inspect it.

Thanks

Post count: 17
Post count: 7909

Hi,

Please try this css in Theme Panel > Custom Css: http://screencast.com/t/G4CxIYa1U

#tribe-events-pg-template{
background-color: white;
}

Thanks!

Post count: 17

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”.

Post count: 7909

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!

Post count: 17

That worked!

Thank you! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.