• Resolved andreaguitar1

    (@andreaguitar1)


    Hi,

    All my page names appear in large letters on every published page. How can I prevent the name of the page from appearing on the page itself?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there andreaguitar1,

    Hope you’re well today!

    This can be easily removed with some custom CSS. Since the theme has its own custom CSS tab which is located in Appearance -> Customize -> Theme Options -> Advanced you can add the following code there:

    .page h2.entry-title {
      display: none;
    }

    This should remove the title from your pages. If the code doesn’t work please keep it added and post link to your site so I can take a look ??

    Best regards,
    Bojan

    Thread Starter andreaguitar1

    (@andreaguitar1)

    Hi Bojan,

    Thanks that works fine!

    Glad that helped ??

    Have a great day!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide page name’ is closed to new replies.