• Resolved switt

    (@switt)


    Anyone know how to remove the line or dash between the title and tagline?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    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

    (@switt)

    Thank you.

    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 5 years, 8 months ago by ant123.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove top dash’ is closed to new replies.