Thank you WPyogi for helping me to get the “by author” line removed. I used this same code before in my child theme and couldn’t figure out why it didn’t work. It didn’t for 2 reasons:
1. I didn’t notice my child theme style.css had import url(“../misty-lake/style.css”) instead of import url(“../misty-lake-child/style.css”).
2. I forgot to activate the child theme.
I assumed the child theme was active, so your informing me it wasn’t also had me to notice my error in import url file path.
The code you provided was the only one I forgot to try adding in the custom CSS.
Both of you guys, please accept my humble apology for taking up your time because of my careless mistakes.