• Hi all!

    I really like this theme. I was looking to change it slightly but am unsure how! Before/after every post there is a long (dotted?) line that spans nearly the entire page. Is there a way to remove this to make the theme cleaner?

    Shoutout to the creator for making a great theme and to the community here ??

Viewing 1 replies (of 1 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    And I shall answer:)

    There are couple of ways how you can modify the theme correctly.

    1. Install and activate child theme of Simppeli. You can download the blank child theme from my site.

    Then put this CSS in child theme style.cc file.

    .site-header,
    .page-header,
    .entry,
    .hentry {
        border-bottom: none
    }

    That will remove those lines from everywhere. If you want to remove them only from single post, use this CSS:

    .single .site-header,
    .single .page-header,
    .single .entry,
    .single .hentry {
        border-bottom: none
    }

    2. Other option is to add that CSS using some of the CSS Plugins. There is CSS module in Jetpack or use Simple CSS Plugin.

    If you want to share the link of your site I’d love to see it!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the dotted line break in theme’ is closed to new replies.