• Resolved emilyrinke

    (@emilyrinke)


    I am wanting to hide the site identity and tagline for my website as I have an image that already has that information. If I neglect to enter this information at all, it affects SEO and it doesn’t show my page name on the tab bar of the web browser.

    I’ve looked through the archives on how to deal with this issue, but to no avail. I should mention that I know jack sh*t about code, so I will need you to explain how to do something in “baby” terms.

    My website: http://www.veganintheboonies.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter emilyrinke

    (@emilyrinke)

    So I figured this out. This theme has the code labeled as #header h1{ and #header p.description{ instead of #site-title { and #site-description {. That’s why I could not find the code like it was recommended in other threads.

    After both #header h1{ and #header p.description{ I put display:none; and it worked!

    Hi emilyrinke. Welcome to the WP support forums. Give this a try and let me know how it goes:
    1. Install this plugin: https://wordpress.org/plugins/simple-css/
    2. Go to Appearance > Simple CSS and enter this code:

    /* hide site title */
    #site-title {
      display: none;
    }

    3. Click Save CSS; done

    If you want to see the code in action as you enter it you can go to Appearance > Customize > Simple CSS and enter the same code there. The preview page should update in real time. Remember to click Save & Publish.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I hide site identity and tagline in Rundown theme?’ is closed to new replies.