site-description dispaly along with custom-logo (not site-title)
-
Hello,
I am trying to get the site-description to display along with the custom-logo. I have tried:
.site-description{
display: block;!important;
visibility:visible !important;
}and
document.getElementsByClassName(“site-description”).style.display = “block”;
document.getElementsByClassName(“site-description”)[0].style.visibility = “visible !important”;Any ideas?
Thank you,
Don
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘site-description dispaly along with custom-logo (not site-title)’ is closed to new replies.