• tiorocky

    (@tiorocky)


    I removed the website name. Is there a snippet to reduce that area to as small as possible?
    Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    This snippet will reduce that space on your site:

    .title-container {
      display: none;
    }
    Thread Starter tiorocky

    (@tiorocky)

    Thanks Ben. . . works perfect. . . one more little thing please. . . The dark gray font in the Post and Pages writing. . . possible to make that straight Black?

    Theme Author Ben Sibley

    (@bensibley)

    Glad to hear that!

    For sure, that’s another quick snippet to change:

    body {
      color: #000;
    }

    That’s going to make all the text in posts and pages black instead of dark gray.

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

The topic ‘Title space’ is closed to new replies.