Editing Theme
Nova is professionally designed ghost theme that works perfectly fine across various content forms out of the box, but if you want to change certain things to your liking, you will need to change the underlying code. (don’t worry — it’s not as scary as it sounds and this can be done by anyone!)
Modifying the theme's underlying code can potentially disrupt the styling of the theme. However, it should not affect your posts, subscribers, or other content, so there's no need to worry about that. To ensure safety, it is recommended to download a copy of the theme before making any code changes.
To download a copy of the Nova theme, follow these steps:
Access the Ghost Admin and navigate to the "Design" settings.
In the bottom left corner, click on "Change theme".
In the upper right corner, click on the Advanced dropdown menu.
Select the option to download the Nova theme.
Save the downloaded theme file in a secure location, preferably cloud storage or a different computer, for backup purposes.
By following these steps, you can download a copy of the Nova theme to safeguard against any unintended consequences while tinkering with the code.
Steps to edit the theme
Now you’re ready to make changes to the theme. See Code-level Changes for detailed guides on how to make code-level changes.
Applying changes
Once you have made the necessary changes to the theme code, follow these steps to re-upload and activate the modified theme in Ghost:
Re-zip the theme directory containing the updated code.
Open the Ghost Admin and navigate to the "Design" settings.
Click on "Change theme" in the bottom left corner.
In the upper right corner, click on the "Upload theme" button.
Select the re-zipped theme file from your computer and upload it.
After the upload is complete, click on "Activate" to apply the newly uploaded theme to your site.
By following these steps, you can successfully re-upload the modified theme and activate it on your Ghost site.
To create a zip archive of the theme folder on macOS, follow these steps:
Right-click on the theme folder to open the context menu.
From the context menu, select the "Compress" option.
This will create a zip archive of the theme folder.
On Windows, follow these steps:
Right-click on the theme folder to open the context menu.
Select the "Send to" option.
From the sub-menu, choose "Compressed (zipped) folder".
This will create a compressed zip folder of the theme.
Last updated