• Resolved ftroop06

    (@ftroop06)


    I am giving your Kale theme a try and am having a small issue. For some reason, there is a “home” section on the main page. How do I get this to go away?
    https://www.wrbodyworks.com
    Thank you for your beautiful theme!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    You can hide the page title “Home” by using some custom CSS. Try this in Appearance > Customize > Additional CSS:

    div#page-8 {
        display: none;
    }
    Thread Starter ftroop06

    (@ftroop06)

    Thank you so much. That removed the word ‘Home’ but i still have two lines running across the page.

    jarektheme

    (@jarektheme)

    Hi there,

    Try the following CSS if you need to hide one line:

    .home .frontpage-featured-posts + hr {
      display: none;
    }

    or this one to hide both lines:

    .home .frontpage-featured-posts + hr, .home .row.two-columns + hr {
      display:none;
    }

    Best regards,
    Jarek
    Kale Support

    Thread Starter ftroop06

    (@ftroop06)

    Again, thank you! Your service is awesome.

    jarektheme

    (@jarektheme)

    Hi again,

    We’re glad to hear that.

    Let us know if you need any help.

    Best
    Jarek
    Kale Support

    • This reply was modified 8 years ago by jarektheme.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home shows up on main page’ is closed to new replies.