Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @soller,

    No and yes. You can’t add CSS to the maintenance page via any of the frontend and backend CSS options the plugin provides. BUT you can add CSS inline on the page. So to do this, go to the maintenance page text box, set the editing mode to Text as oppose to Visual, and you can then add a style tag with custom CSS code in it. So the the following code adds a red background to the maintenance page box.

    <p>Hello World</p>

    <style>
    #container {
    background: red;
    }
    </style>

    Thread Starter Soller

    (@soller)

    Quick response and problem solved. Thank you very much.
    Result: https://pitiestore.com.br/

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Awesome, great to hear 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom css maintenance page’ is closed to new replies.