Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ajiaim

    (@ajiaim)

    I noticed some CSS errors as well https://prntscr.com/ck8hdn

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello

    ajiaim

    please use below code in Custom CSS option in plugin

    background-size: 100% 100% !important;

    Thread Starter ajiaim

    (@ajiaim)

    I tested that Firefox Inspector and works great but when I add it to the custom CSS section of the plugin nothing happens.

    I found the custom CSS section under the menu Login Form Settings at the bottom and I just wrote:
    background-size: 100% 100% !important;

    I also tried
    a {font-color:red !important;} and {font-color:red !important;} to see if anything happens but nothing did.

    Any ideas?

    Plugin Support weblizar_support

    (@weblizar_support)

    sorry for inconvenience
    please use below code in custom css this will work

    html body.login 
    {
    background-size: 100% 100% !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background Image gets cut off?’ is closed to new replies.