• Resolved leighk

    (@leighk)


    Hey,
    I am having the issue whereby the borders aren’t showing the correct colour in my monthly view.
    I have used the code in my functions.php.
    “add_filter( ‘tribe_events_pro_customizer_css_template’, ‘__return_empty_string’, 20 );”

    but this overrides all my CSS and so isn’t the best solution. So i am wondering if you could let me know the hardcoded css to change the colour of the border as I need to change it.

    Thanks in advance
    Leigh

Viewing 1 replies (of 1 total)
  • Plugin Author Andy Fragen

    (@afragen)

    The issue is that the Events Calendar CSS that is entered in the Customizer places it’s CSS inline and at the end of the page. This causes it to have the highest priority. The CSS your looking for is in the generated CSS from Category Colors. Just look in your page source headers and you will see a link to load the stylesheet.

    Please put in a forum issue over on the Events Calendar PRO forums to see if they can somehow add the Customizer CSS to the currently selected Events Calendar CSS or at least load it in a file in the header so something else is capable of having a higher priority.

Viewing 1 replies (of 1 total)

The topic ‘Change border on monthly using css’ is closed to new replies.