Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2016 at 10:03 am #30495

    Hi,

    You can use the following in Theme Options -> Custom CSS
    It will remove the title from your home page.

    .home .entry-title {
    display: none !important;
    }

    Regarding ads, it’s not possible to replace title with ads.
    It’s only possible to put in content.
    Please find an ad plugin that has shortcode, you can use it at the top of your content.

    Thank you.