Thanks for your help agelonwl. I disabled the title rewriting at settings > pages > event list/archives > Disable title rewriting?yes, but it didn’t make a difference.
I wasn’t sure which line was 297 so I pasted the entire php file here: https://pastebin.com/zwzWhRyn in order to find out. It says that line 297 is this:
wp_register_style( ‘black-purple’, get_template_directory_uri() . ‘/css/black-purple.css’, ‘periodic-core’, wap8_version_cache(), ‘screen’ ); `
I can choose from several different colors with my theme and I believe this is what this line of code is referring to.
Appreciate any guidance you can provide.