Title: Remove top dash
Last modified: January 9, 2019

---

# Remove top dash

 *  Resolved [switt](https://wordpress.org/support/users/switt/)
 * (@switt)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-top-dash/)
 * Anyone know how to remove the line or dash between the title and tagline?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-top-dash%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-top-dash/#post-11070164)
 * Add this via Additional CSS at Appearance > Customizer in your site’s Dashboard:
 *     ```
       .site-title:not(:empty) + .site-description:not(:empty)::before {
           content: none;
       ```
   
 * }`
 *  Thread Starter [switt](https://wordpress.org/support/users/switt/)
 * (@switt)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-top-dash/#post-11070212)
 * Thank you.
 *  [ant123](https://wordpress.org/support/users/ant123/)
 * (@ant123)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/remove-top-dash/#post-11359358)
 * If you want to display a vertical line instead of the dash, you can use
 *     ```
       .site-title:not(:empty) + .site-description:not(:empty)::before {
           content: "|";
       ```
   
    -  This reply was modified 7 years, 2 months ago by [ant123](https://wordpress.org/support/users/ant123/).

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

The topic ‘Remove top dash’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentynineteen/3.3/screenshot.
   png)
 * Twenty Nineteen
 * [Support Threads](https://wordpress.org/support/theme/twentynineteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentynineteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentynineteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentynineteen/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [ant123](https://wordpress.org/support/users/ant123/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/remove-top-dash/#post-11359358)
 * Status: resolved