Theme Details
Installation & Updates
Installation
To install Curious, follow these steps:
- Log in to your Ghost Admin at
yoursite.com/ghost. - Click Settings in the bottom left corner.
- In the Site section, click Theme.
- Click Change theme, then Upload theme.
- Drag and drop your theme’s
.zipfile, or click to browse and select it. - Once the upload is complete, click Activate to apply the theme.
Updates
Your purchase includes all future updates for free. We announce new releases in our newsletter, and you can always check the latest version in the changelog.
To update Curious:
- Download the latest
.zipusing the download link from your purchase email. - Log in to your Ghost Admin at
yoursite.com/ghost. - Click Settings in the bottom left corner.
- In the Site section, click Theme.
- Click Change theme, then Upload theme.
- Upload the new
.zip. Ghost will detect the existing version and ask to overwrite it. Confirm to continue. - Click Activate to switch to the new version.
Updating replaces the theme’s files. Anything you added through Code Injection or Ghost settings is safe, but if you’ve edited the theme’s code directly, back up your modified files before updating and reapply your changes afterward.
Getting Started
Publication Icon
A publication icon (favicon) is a square image that appears in browser tabs, bookmarks, and other places where your site is shown. For the best results, use an image at least 60 × 60 px.
To upload it:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Under Publication icon, click Upload icon and select your image.
- Click Save.
![]()
Publication Logo
A publication logo is your site’s main branding image. For the best results, use an image with a transparent background, such as a PNG or SVG.
To add a logo:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Under Publication logo, click Upload logo and select your image.
- Click Save.

Publication Cover
The publication cover image is used as the background of the homepage hero section and the error pages. For the best results, use a high-resolution landscape image.
To add a publication cover:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Under Publication cover, click Upload cover and select your image.
- Click Save.

Navigation
The theme supports both Primary and Secondary navigation. The primary navigation is displayed in the site header and slide-out sidebar, while the secondary navigation is displayed in the footer.
To set up navigation:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Navigation.
- Click Customize.
- Add navigation items by entering a label and its destination URL.
- To configure the secondary navigation, switch to the Secondary tab.
- When you’re finished, click Save.

Curious displays up to four primary navigation items in the header. If you add more than four, a More+ button is displayed, giving visitors access to the full primary navigation in the slide-out sidebar.
Social Media Links
Curious supports Ghost’s built-in social links. When configured, they are displayed in the theme’s slide-out sidebar and footer.
To add social media links:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the General settings section, click Social accounts.
- Enter the URLs for your social profiles.
- Click Save.

Need more social links? Ghost includes built-in fields for only a small number of social accounts. To add links to other social platforms, you will need to customize the theme. You can either download, edit, and upload the theme again, or make the changes directly in the Theme Editor. See Making Theme Customization Easier with Ghost’s Theme Editor for more detailed instructions.
Sidebar
The theme sidebar contains the site navigation, member actions, and social links.
The sidebar is always available on small screens. On larger screens, it is displayed only when the primary navigation contains more than four items.
Footer Sections
The footer can display an Authors list, Popular posts (posts tagged with #popular), a Tag cloud, and an About section.
To enable, disable, or customize these sections:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Switch to the Theme tab.
- Turn the desired sections on or off. If enabled, fill in the available text fields where applicable.
- Click Save.

Copyright Information (Footer)
The copyright text displayed in the footer is defined in the /partials/footer.hbs file.
You can either download, edit, and upload the theme again, or make the change directly in the Theme Editor. See Making Theme Customization Easier with Ghost’s Theme Editor for step-by-step instructions.
Content & Pages
Homepage Header
Curious lets you display the site title and description, a featured posts carousel, or hide the homepage header entirely.
To change the homepage header:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Switch to the Theme tab.
- Scroll down to the Homepage section and choose an option from the Section above post feed dropdown.
- Click Save.

Archive Cover Images
Curious supports optional cover images for tag and author archive pages.
Tag Cover Images
To add a tag cover image:
- In your Ghost Admin, navigate to Tags.
- Create a new tag or open an existing one.
- Click Upload tag image and select an image.
- Click Save.

Author Cover Images
To add an author cover image:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the General settings section, click Staff.
- Select the staff member you want to edit.
- Click Upload cover image and select an image.
- Click Save.

Post Layout
In addition to the default post layout, Curious includes four alternative layouts that you can apply using internal tags:
#post-vert-right#post-vert-left#post-horiz-top#post-horiz-bottom

Default post layout

#post-vert-right

#post-vert-left

#post-horiz-top

#post-horiz-bottom
To use one of these layouts, add the corresponding internal tag to your post. For example, to apply the vertical image layout with the image on the right, add the #post-vert-right tag.

Landing Page
Ghost lets you create custom landing pages without writing any code. By hiding the default page title and feature image, you can build completely custom layouts using the Header card and other cards available in the Ghost editor.
To hide the page title and feature image:
- Open the page in the Ghost Editor.
- Open Page settings.
- Turn off the Show title and feature image toggle.

This is ideal for creating landing pages, FAQ pages, about pages, or any page with a custom design.
Membership
Members
Ghost’s built-in Members feature lets you turn your site into a membership business with member signups, paid subscriptions, and email newsletters.
When Members is enabled, the theme displays Subscribe and Sign in links in the header and slide-out sidebar, connecting visitors directly to the Ghost Members Portal.
Posts with Post access set to anything other than Public are marked with a small lock icon in post lists, making it easy for visitors to identify member-only content.
Comments
Curious supports Ghost’s native commenting system.
To enable comments:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Membership section, click Access.
- Select the desired option from the Who can comment on posts? dropdown.
- Click Save.

Customization
Color Scheme
Curious is available in both light and dark color schemes.
To change the color scheme:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Switch to the Theme tab.
- Select a color scheme from the Color scheme dropdown.
- Click Save.

Accent Color
To change the theme accent color:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Site section, click Design & branding.
- Click Customize.
- Choose your color.
- Click Save.

The default accent color for Curious is #07BEB8.
Posts Per Page Number
By default, Curious displays 12 posts per page. To change this, edit the posts_per_page setting in the theme’s package.json file. For example, to display 9 posts per page:
"config": {
"posts_per_page": 9
}
Save the file and upload the updated theme.
Alternatively, you can change this setting directly in the Theme Editor. See Making Theme Customization Easier with Ghost’s Theme Editor for step-by-step instructions.
Theme Translation
Curious is translation-ready and includes all theme text in the locales folder.
To add a new language:
- Copy
locales/en.jsontolocales/[language_code].json, replacing[language_code]with a valid language code. - Open the new file in any plain text editor.
- Translate the text values while keeping the JSON structure and keys unchanged.
- Upload the updated theme.
If your publication is in English, you can still customize any built-in theme text by editing locales/en.json. This lets you change labels, buttons, and other interface text without modifying the theme templates.
For more information about theme translations, see the Ghost translation documentation.
Custom Styles
Use Code Injection to add custom CSS without editing the theme files. Place your CSS rules in the Site Header field.
To add custom styles:
- In your Ghost Admin, click Settings in the bottom left corner.
- In the Advanced section, click Code injection.
- Click Open.
- Add your CSS inside the Site Header field using
<style>tags. - Click Save.

For example, to make all headings semibold, add the following CSS:
<style>
:is(h1, h2, h3, h4, h5, h6) {
font-weight: 600;
}
</style>

You can replace the example with your own CSS to customize the appearance of the theme.
Credits
- Montserrat font: https://fonts.google.com/specimen/Montserrat
- Simple icons: https://simpleicons.org/
- Reframe.js: https://github.com/yowainwright/reframe.js
- Swiper: https://swiperjs.com/
- SimpleLightbox: https://simplelightbox.com/
Support
Didn’t find what you were looking for? Email us at support@justgoodthemes.com and we’ll be happy to help.
Bug reports and feature requests are welcome too. Hearing how you use Curious is what makes the theme better.