Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pascal

    (@iqpascal)

    Hi Nifa,

    That’s true. That is inevitable because the plugin works within wordpress. WordPress will output at the very least the title and depending on other plugins or themes even more.

    But I am glad the plugin is working well for you 🙂

    Thread Starter Nifa

    (@nifa)

    Hi Pascal
    How to customize the message error in css or redirect to custom page. Look like the default 404 error page.

    Thanks

    Plugin Author Pascal

    (@iqpascal)

    You can use the style tag like:

    <style type="text/css">
      body {
        color: red;
        background-color: #ffffff; }
        h1 {
        font-family: Helvetica, Geneva, Arial,
              SunSans-Regular, sans-serif }
      </style>
    
    <h1>Go away!</h1>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Tittle Still appear’ is closed to new replies.