Hi Scott,
Now that it is available at .org I hoped that it might be easier to set theme color options. But it seems just the same, with one only color option in the modifications.
Built-in colour palettes are a WordPress.com feature, but if you’re trying to replicate a palette you were using over on WordPress.com, I’d be glad to help, if you can provide a link to your WordPress.com site.
By styling in CSS I’ve managed to make most everything work how I like, but recently I have a conflict with the gallery plugin I’m using, and I get a border under each thumbnail, as it’s picking up other CSS mods.
Those styles are coming from this CSS in your plugin:
.comment-content a, .comment-reply-title a, .entry-content a, .logged-in-as a, .page-content a, .pingback a, .trackback a, .widget-area a {
box-shadow: 0 2px 0 0;
}
Unfortunately these styles are too general, as you’ve seen, overriding theme styles they really shouldn’t.
If you’re intent on using this plugin, you could try this custom CSS:
.page-content .msnry_item a {
box-shadow: 0;
}
You might need to experiment to find the right element to target.
It looks like you’ve made changes directly to the Orvis theme files, for example, I see the Josefin Google font linked outside the <head>
element, causing a syntax error.

I’d suggest you either use a Google Fonts plugin to properly enqueue that font, or create a child theme and enqueue the font manually there. Any other theme edits you’ve made directly should also be transferred over to a child theme, instead of editing the theme files directly. Otherwise, the next time you update the theme you’ll lose all your changes, including the Google font.
If you need further help, could you please repost over in the Orvis forum? This one is for general questions. Thanks!
https://www.ads-software.com/support/theme/orvis