Support » Theme: Mission News » Hide bottom line of pages and increase size of date

  • Hello,

    Thank you for this theme (it’s great!) and support. I needed advise on how to remove/hide the bottom line at the end of a page or post? Please see link (the line I’m referring to is the line underneath the word ‘test’). Also, is there a way I can increase the size of the date (on the header)? Thank you!

    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)

    Thanks for using Mission News! Glad to hear you’re enjoying it for your site 🙂

    This CSS can be added to remove that border on your posts:

    .entry {
      border-bottom: none;
    }

    And the following CSS will increase the size of the date in the header:

    .site-header .date {
      font-size: 16px;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter eduran85

    (@eduran85)

    Thank you!!! That worked great 🙂

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide bottom line of pages and increase size of date’ is closed to new replies.