How to remove “index” word on frontpage ?
because i can’t find the way to remove “index” , it is related title .
please check attachment.
Thanks
How to remove “index” word on frontpage ?
because i can’t find the way to remove “index” , it is related title .
please check attachment.
Thanks
Hello there,
I hope you are doing well today.
You need to edit the frontpage in WordPress and change the title of the page. If that does not help then please provide a link to your website so that I can inspect it.
Best Regards,
Support
yes, but my question is, is it possible not showing the title on the front page ?
I can pm you the website if you wish.
Thanks again for your fast reply.
Thanks
Hello there,
Thanks for clarifying.
You can use the following CSS code to remove the title by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove title*/
header.entry-header {
display: none;
}
Best Regards,
Support