Behold! I’ve tweaked “The Blog Simple” so that the bottom stuff displays the image of my Gravatar. Below is the CSS Stylesheet to support the changes. I’ve created the Colophon Credits, to cover my butt, of course. I’m ‘barely’ smart enough to figure this out by myself. Bahaha! I love to be in ‘control’. Freak!
[code language=”css”]
.home-link {display: none;}
.site-info {display: none;}
#footer-wrapper {
background-image: url(‘https://thebloggingpath.files.wordpress.com/2016/01/red-widow-gravatar-09-20-12.png’);
background-position: center;
background-repeat: repeat;
height: 195px;
width: auto;
padding: clear;
margin: clear;
align-self: center;
}
[/code]
Leave a Reply