The New version of Genesis Sample theme hides the site description by default. Editing or overwriting a few lines of style.css will help you to get it back.
Replace the .site-description class with this or simply add at the end to overwrite the default one.
.site-description { font-size: 14px; font-size: 1.4rem; height: 16px; margin-bottom: 0; line-height: 1; clip: auto; width: 250px; overflow: visible; position: absolute; word-wrap: normal; }
Please note – The default style.css
code works for 3 classes – .site-description, .wp-custom-logo .site-title
So, make sure that you have not removed the default one.