• Hello
    Within your Advanced Settings you state:
    For custom stylesheet, add ‘maintenance.min.css’ file to your theme folder. If your custom stylesheet file is picked up by the Maintenance Mode, it will be indicated here.

    I wished to test css on a Hueman theme.

    What do I actually do?

    Sorry for the newbie question.

    Thanks
    M

    • This topic was modified 1 year, 3 months ago by astr0wp.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • morvy

    (@morvy)

    You need to have a child theme and there you create maintenance.min.css file with all styles needed. Works fine for me ??

    Here’s mine:

    html {
        background: #fff;
    }
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        box-shadow: none;
        background: none;
        margin: 0!important;
        padding: 0;
        max-width: 100%;
    }
    h1 {
        border: 0;
    }
    #query-monitor {
        display: none;
    }
    Thread Starter astr0wp

    (@astr0wp)

    Hi
    Thank you @morvy

    I will try that when I get the time.

    Appreciate your help.

    Regards
    M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘stylesheet for this plugin’ is closed to new replies.