• Resolved sconxystylon

    (@sconxystylon)


    Hello,
    I have set a static page as my homepage and would like to remove the page title from the homepage but maintained on all other pages

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there sconxystylon,

    Hope you’re well today!

    This should be possible with some custom CSS. Since the theme has its own custom CSS tab you can try adding the following code in Appearance >> Exclusive Options >> General >> Custom CSS:

    .home a.title_href {
    display: none;
    }

    This should remove the title only from your home page. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter sconxystylon

    (@sconxystylon)

    Thanks. It works ??

    Glad I could help, have a great weekend ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Page Title’ is closed to new replies.