Hello all,
I have something strange going on. On my homepage I have a intro text. The title of the page is Home but that is something that I don't want. So I fount the page ID and in my CSS I added the code to dissable the post title just for that page/
.page-id-82 .post-title{
display:none;
}
But here is the strange thing. When I sign in through the login function of the woocommerce everyting is fine. But when I logout the post title is showing again. When I look at the code the page id of that page is gone.How come?
Thanks Martijn














