Hi how do i hide the page title on each page ?
such as the word “shops” top right on this page
Thanks
Hi gregcarrollLMG,
Thanks for giving us the link.
I tried to check it but it shows this content:
Sorry, but you do not have permission to view this content.
I don’t see any Shops text on the top right, but I do see it in the top left, if this is correct, then you can add this CSS code to remove it:
.entry-title {
display: none;
}
Best regards,
Nikko