Apply CSS to change any aspect of your William blog.
Add CSS to your William Blog
Step 1. Go to Google Tag Manager and add a new tag (create first an account if necessary). Choose Custom HTML tag.
Step 2. Input your CSS in the text box. For example, to change the font:
<style>
*{
font-family: "Comic Sans MS" !important;
}
</style>
Or, to center all subheadings (H2, H3, H4):
<style>
.h2,.h3,.h4,h2,h3,h4 {
text-align: center;
}
</style>
Step 3. For the trigger, choose All Pages (should be the default).
β
βStep 4. Give the tag a name and save it. Now submit your Workspace changes.
β
βStep 5. You can now enter the tag in your StoryChief account. Go to Channels and choose William.
β
Step 6. Go to the Integrations tab. Input the ID of your tag and click on Save.
As you can see below, the font of our blog is now Comic Sans. Beautiful!