Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1299108

    Hi how do i hide the page title on each page ?

    such as the word “shops” top right on this page

    Thanks

    #1299234

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.