Removing "Get Started with our Best Stories" on Basho Theme

Hello Everyone,

I’m trying to remove 2 specific sections of the Basho theme:

  1. “Getting Started with our Best Stories” AND the thin black line above it
  2. “See what we’ve written lately”

I’m looking for a more minimal look & feel.

Thank you,
Ryan

The following dropped into your code injection should do it, although perhaps @fueko might offer something better.

<style>
.featured-subtitle {
    border-top: 0;
}
.global-subtitle-title,
.loop-subtitle-title {
    display: none;
}
</style>
1 Like

Thank you very much! I appreciate your help! I also reached out to Fueko as well.

1 Like