• Resolved hv94

    (@hv94)


    Hi,

    Is it possible to custom the maintenance page witth All in one wp security ?

    Thanks : )

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, yes you can add images, html and links if you like 🙂

    Kind regards

    Thread Starter hv94

    (@hv94)

    Thanks, but i mean the background, the text color and the lines.

    Actually i got a yellow color and a black & grey background :/

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, have you tried adding some background color to the message?

    Regards

    Thread Starter hv94

    (@hv94)

    Hi, yes but it doesn’t works :/

    Thread Starter hv94

    (@hv94)

    the main font is still yellow and allways got a grey background

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share the CSS code you are using in your site?

    Thank you

    Thread Starter hv94

    (@hv94)

    Hi,

    button.single_add_to_cart_button.button.alt {
    width: 460px;
    font-size: 20px;
    height: px;
    }

    @media (max-width: 768px) {
    button.single_add_to_cart_button.button.alt {
    width: 580px;
    font-size: 20px;
    height: px;
    }
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
    }

    .woocommerce-result-count, .woocommerce-ordering {
    display: none;
    }

    td label {
    width: 2rem;
    }

    @media (max-width: 768px) {
    td label {
    width: 2.9rem;
    }
    }

    .single-product form.cart .button:hover {
    background-color: #4db82c !important;
    }

    But i ask my friend and he got the same yellow font and black/grey background. I think we cannot edit the maintenance screen : /

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, for the background color try the following CSS code.

    .aiowps-site-lockout-body-content{
    background-color: #24d9cf;
    }

    Let me if this works for you.

    Kind regards

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

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