Viewing 1 replies (of 1 total)
  • Hi @fajarpagi

    You can add a CSS to your site by going to Appearance → Additional CSS, then use this code:

    .page-id-123 h2 {
        display: none;
    }

    You may change the 123 with the page ID of the page on your site. To find a page ID on WordPress, follow these steps:

    1. Go to your WordPress admin dashboard.
    2. From the admin sidebar, click on Pages.
    3. Now, hover your cursor over the page title whose ID you want to find. Look at the bottom of your browser, you will see a URL. This URL will include something like “post=123”. The number (123 in the code) is the Page ID. Here is a screenshot as an example where the page ID is 5, and it says post=5.

    Please note that we can’t provide support for code customization as per our support policy. Still, if you need customization, we do our best to offer advice and direct you to appropriate resources. Based on the feedback we get from our customers, we highly recommend contacting one of the services on our Customization page.

    I hope this helps! ??

Viewing 1 replies (of 1 total)
  • The topic ‘remove login title’ is closed to new replies.