I am trying to remove the title from only home page, but I don’t manage to do it. When I remove it by using css such as :
.home .page-title {
display: none;
}
it is removed on every pages …
In the same time, I have another question on which I didn’t spend a lot of time : how should I configure the home page to ensure the introduction sentences “hi, I am …” is always at the bottom of the page ?
Hi Kevin,
Please go to dashboard > widgets > and check the settings for empathy template page. Be sure that empathy home is set for homepage. Not custom page for homepage.
If you cannot make it, these custom css code will solve your issue as well.