the background color for direct event links, is that inherited from the theme or is that specific to eventOn?
How would i change that specifically for eventOn?
see screenshot for the bg area I’m referring to
Feb 15,2017 AT 7:18AM - 5 years ago -That is coming from you theme.
If you want to change it, please go to eventon->styles and add following code in the panel and save the settings:
.single-ajde_events #page {
background-color: #f00 !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.