Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    A lot of those styles come from the theme. What I would do is just inspect the elements and see where the color is coming from and either change that color or get the class from the element you would like to change and change that color, all in your theme’s CSS.

    If you have a link to the site I would be glad to take a look if you need help.

    Thanks!

    Thread Starter Pros-Plus

    (@pros-plus)

    Thank you Nick for your response !

    The link is https://www.sigoules.fr with Avada theme.

    I will look at the colors parameters in the theme, but if you have other advices… ??

    Plugin Contributor Nick Young

    (@nickyoung87)

    You can try adding something like this:

    .simcal-event-details {
         color: #000;
    }
    Thread Starter Pros-Plus

    (@pros-plus)

    Yes !
    (at the end of the default-calendar-grid.min.css file)

    A big thank you, Nick !

    Have a nice day.
    Jean

    Thread Starter Pros-Plus

    (@pros-plus)

    My problem is solved

    Plugin Contributor Nick Young

    (@nickyoung87)

    I would just suggest you add that to your theme stylesheet. When we push a new release if you changed any of the plugin files then they will be overwritten when you update.

    Thread Starter Pros-Plus

    (@pros-plus)

    Just like you wrote it, in my theme css file ?

    Plugin Contributor Nick Young

    (@nickyoung87)

    Yup, your theme stylesheet should override the styles provided by the plugin. That is what we recommend so that you don’t have to manually add it in every time the plugin is updated ??

    Thread Starter Pros-Plus

    (@pros-plus)

    Thanks again, Nick !

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Background or text color for events’ is closed to new replies.