• Hi
    Can anyone pls advise me how i can remove the title and the “Last Updated” date on a static home page? I would like my page content to be flush against the slider i am using.

    Thanks for the help!

    A

Viewing 1 replies (of 1 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi there,
    Not Sure What you mean by “Last Updated” date on static home page. Howevery you can prevent the title of the static home page by adding following css rule in Dashboard > Appearance > Theme Options > Tools > Custom css.

    .home #page #content .entry-header h1.entry-title{
    display: none;
    }

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Page Title and Last Updated Date on Static Home Page’ is closed to new replies.