• The Kale default is to show the title and tagline of the website at the top of the page AND across the Home Page Banner. I already have it at the top and do not want it across the banner. How do I remove it from the Banner?

    Thank you!!!

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

Viewing 1 replies (of 1 total)
  • Hi,

    Thanks for asking. ??

    Just head to WP admin -> Appearance -> Customize. Here just look at the left side menu and find the Additional CSS option and open it up. Now, just paste this code inside the form and save changes.

    .frontpage-banner .caption {
        display: none;
    }

    It will remove the caption text from the Home page banner.

    All the best.

Viewing 1 replies (of 1 total)
  • The topic ‘Front Page Banner Title’ is closed to new replies.