Changing theme for NeatlineTime display

Hello,

I'm trying to learn how to use NeatlineTime and I've seen different themes being used for this plugin but I can't seem to change mine. Is there a way to change theme for the timeline display?

Hi,

NeatlineTime doesn't support themes per se. But you can add a CSS file to your Omeka theme that contains rules for styling the timeline. If you look in our CSS file for this project, we do a fair amount of styling it ourselves.

For example, if you're using the default theme, you can put the file into the theme's css directory and tell the theme to load it in the common/header.php file (like it does here).

Let me know if you have any questions.