• I’m trying to remove “Home” title of my homepage from the actual live side.
    Is there a way to remove the title from my homepage as well as all other pages.
    Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Sorry for the late reply, I’ve been busy with life stuff.

    Try adding this as additional css to get rid of the page title on all pages:

    
    .page-title { display: none; }
    

    Or if you just want to remove it for home:

    
    body.home .page-title { display: none; }
    
Viewing 1 replies (of 1 total)

The topic ‘Remove Title from pages’ is closed to new replies.