Woo! Hoo! I’m “smart”. My nerdish brain loves designing, only unto moi, of course, and no one else, not even as a job or for money.
Anyway, I tweaked the CSS stylesheet to include color changes to the ‘Styling Links’. I borrowed the colors as found via https://wordpress.org/about/logos/.
[code language=”css”]
a:link {color: #21759b;
a:visited {color: #aaa;}
a:hover {color: #d54e21;}
a:active {color: #464646;}
[/code]
In addition, I’ve discovered how to display my invisible ‘site-description’. I love it! Below is the CSS Script:
[code language=”css”]
.site-description {display: block;}
[/code]
Anyway, I still have to find out how to display the ‘datetime’ element within the ‘entry-meta’ element as a ‘hover-over’ feature. I’ll meditate and probably find out anon.
Leave a Reply