Link to article: Cole's Photo Gallery.
/* Set the new text's content from variable */
#header h1 a::before {
content: var(--header-title, "COLE'S ");
font-weight: 300;
font-size: 1.0 em;
}
#header h2::before {
content: var(--header-subtitle, "PHOTO GALLERY");
font-weight: 600;
font-size: 1.22em;
}
logo