• 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

    • This topic was modified 4 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    What theme are yo using?

    Download from (exact url please)?

    Thread Starter dsdoyle

    (@dsdoyle)

    Thanks for getting back to me so quickly. I am using the Genesis Sample theme. Also, I am creating/editing and viewing the site locally on my laptop. Are there files I can upload to help?

    Moderator t-p

    (@t-p)

    You’re using a commercial theme. For Pro or commercial product support please contact the author directly on their site.

    https://www.studiopress.com/genesis-sample/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    As the author is aware, commercial products are not supported in these forums.

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.