Headings: Page title elements

Change the color of of your title/heading on a Page:

h1.h2 { color: #0000cc; }

hex color code references:

http://www.colorhexa.com/web-safe-colors

https://picular.co/

Completely remove the title/heading on a Page:

h1.h2 { display: none;}

Change the font size:

h1.h2 { font-size: 2.5em; }

The default size is 2.0em - Making it 2.5em will be larger or 1.8em will be smaller.


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code