Title: remove second title?
Last modified: May 9, 2020

---

# remove second title?

 *  Resolved [pamlwatts](https://wordpress.org/support/users/pamlwatts/)
 * (@pamlwatts)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-second-title/)
 * The title shows up two places. Is there a way to remove the redundant title up
   in the top left? (Or at the very least change it so that it says something different,
   as the Demo’s does?)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-second-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Superb](https://wordpress.org/support/users/themeeverest/)
 * (@themeeverest)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-second-title/#post-12806321)
 * Hi [@pamlwatts](https://wordpress.org/support/users/pamlwatts/) it doesn’t seem
   like you’re using our theme on the link you send?
    I’ll happily help you remove
   one of the titles 🙂
 *  [tdowswell](https://wordpress.org/support/users/tdowswell/)
 * (@tdowswell)
 * [6 years ago](https://wordpress.org/support/topic/remove-second-title/#post-12897174)
 * I’m actually running into this same issue, and my site is using Adaptable Notes:
   [http://uniquelythoughtful.com/](http://uniquelythoughtful.com/)
 *  Theme Author [Superb](https://wordpress.org/support/users/themeeverest/)
 * (@themeeverest)
 * [6 years ago](https://wordpress.org/support/topic/remove-second-title/#post-12897200)
 * Hi [@tdowswell](https://wordpress.org/support/users/tdowswell/) !
 * To remove the text from the navigation please go to appearance > customize > 
   additional CSS and add following:
 *     ```
       #navigation .site-logo a {
           display: none;
       }
       ```
   
 * To remove the text from the image banner, please go to appearance > customize
   > additional CSS and add this:
 *     ```
       .site-title {
           display: none;
       }
       ```
   
 * Don’t forget to rate the theme if you like it! 🙂
    Have a great day
 *  [tdowswell](https://wordpress.org/support/users/tdowswell/)
 * (@tdowswell)
 * [6 years ago](https://wordpress.org/support/topic/remove-second-title/#post-12897236)
 * Thanks! I had to modify the suggestion slightly for the cascade to fall in the
   proper order, but this worked:
 *     ```
       #navigation span.site-logo a {
           display: none;
       }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove second title?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/adaptable-notes/2.2/screenshot.
   png)
 * Adaptable Notes
 * [Support Threads](https://wordpress.org/support/theme/adaptable-notes/)
 * [Active Topics](https://wordpress.org/support/theme/adaptable-notes/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/adaptable-notes/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/adaptable-notes/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [tdowswell](https://wordpress.org/support/users/tdowswell/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/remove-second-title/#post-12897236)
 * Status: resolved