How to edit my site's style sheet?
Is there a way to change or manipulate stylesheets for minor changes that can affect the entire site?
For example, just want to change the behavior of hyperlinks without manually recreating the existing pages.
One way is:
- Go to blog template settings https://blot.im/settings/template
- If you are using one of built-in templates, click "Fork", then "Install" the forked template (it will be called e.g. "Copy of Essay").
- Click "Edit", then "Source code". In the sidebar, click
style.css
. This is the stylesheet file for your template. For simplicity, go to the very end of the file and add your custom code there.
Hope it helps.
Answered 4 years ago · Edit answer