• Resolved idelaware

    (@idelaware)


    Loving the new v5, however I can’t seem to edit the theme colors for monthly view. I have a child theme running and have a custom css ready to go, however I can not find the actual code that will change the purple highlight color that comes up from the month view.

    The color appears on the “There were no results found.” as the X in the calendar, AJAX loading dots, export events (underline), and the current day highlighted number. Is there an overall css code to change these?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @idelaware ,
    Thanks for reaching out

    Could you please point me to the page where you need to change colors?

    Also, about the notice message. The following CSS should change the colors to all the elements involved there.

    .tribe-events-notices {
    background: blue;
    border: green;
    color: black;
    text-shadow: none;
    }

    Let me know if it works for you

    Cheers
    Santiago

    Thread Starter idelaware

    (@idelaware)

    Thank you! No, this was not what I was looking for. I’m trying to change what I assume is the “accent color” as described in the newest update. There is currently the default purple on the monthly view page that shows up on multiple points on that page (current day, Export Events link, loading dots, etc.). I would like to change this color to match my site, however it seems that changing it in the WordPress > Appearance > Customize section does not complete this as expected. Is this a simple CSS change?

    Thread Starter idelaware

    (@idelaware)

    As an addendum, when I view the “accent color” changes in the preview mode in WordPress admin, the color can be changed for all aspects. However, when I hit save, nothing appears different to the end user. I have attempted this on multiple screens following a successful save. Is there something restricting this?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘change month (purple) color css’ is closed to new replies.