eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 597 forks source link

Customize css sass in liebling? #461

Closed stemativablog closed 2 years ago

stemativablog commented 2 years ago

I help. How do I customize css sass in liebling?

eddiesigner commented 2 years ago

If you want to make small changes it's better that you inject your styles in the Ghost Admin in order to persist your changes if later you install a new version of the theme, otherwise your changes will be overwritten, you can do that in Settings --> Code injection --> Site Header

If you want to implement deeper changes you can follow this guide to setup a development environment where you can modify the source files, for example the SASS files.

eddiesigner commented 2 years ago

I will close this issue for now, please feel free to reopen it if needed.