• Resolved Anticosti

    (@anticosti)


    Oh! Just noticed that when activating Background SlideShow, it causes a font glitch into the:
    01. wp-login.php?action=lostpassword
    <p class="message"> ... </p>

    It makes you loose your font-family. No way to overide with this:

    body#screen div#login div#login_error,
    body,
    #login div#login_error,
    .message,
    p.message,
    div#login_error {
    	font-family: "Open Sans", Arial, sans-serif !important;
    	font-size: 15px !important;
    }

    I tried everything, any CSS combos.

    Using a simple image background without SlideShow solves the problem until fixed.

    Cheers,

    • This topic was modified 8 years, 2 months ago by Anticosti.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi anticosti,

    Thank you anticosti. You resolved this problem. But can you share your web URL for check this issue and it for the more better result. If possible can you create a video of this issue for fast understanding?

    Thanks.

    Thread Starter Anticosti

    (@anticosti)

    Changing in “Custom CSS” all instances of:
    font-family: “Open Sans”, Arial, sans-serif !important;
    To:
    font-family: Open Sans, Arial, sans-serif !important;

    This solved my problem.

    Cheers,

    • This reply was modified 8 years, 2 months ago by Anticosti.
    Thread Starter Anticosti

    (@anticosti)

    Also…
    adding this (lowering the z-index) to custom CSS helps the form background to not dissapear when using the “Lost Password form:

    .cb-slideshow {
        z-index: -9999 !important;
    }
    Plugin Support weblizar_support

    (@weblizar_support)

    Hi anticosti,

    Thank you for notifying us.

    Thanks.

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

The topic ‘Activating Background SlideShow causes a font glitch’ is closed to new replies.