Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi,

    Can you explain it using screenshot?

    Thanks

    Thread Starter fscbmwcca

    (@fscbmwcca)

    Thanks for the prompt reply…
    Sure. It’s the message that appears above the login box with the dark red letters. I’d like to use the website font and change the color.
    https://postimg.org/image/gjaxhjzgl/
    https://postimg.org/image/p2ubfb7t1/

    Also I noticed that when the session times out login button is not displayed. Should i change the size of the box so that it can be shown?
    https://postimg.org/image/ny099xlc5/

    Thanks again

    Plugin Author weblizar

    (@weblizar)

    Hi,

    Just use add below css in your custom css field of custom login plugin-

    .message{
    font-size : 16px; /* enter your value */
    color :#000000; /* enter your color */
    font-style : “Arial”; /* enter your font family */
    }

    And about – noticed that when the session times out login button is not displayed.

    We have customized the styles of custom login. Try to deactivate plugin and check that after session time out login button is displayed or not.

    Thanks

    Thread Starter fscbmwcca

    (@fscbmwcca)

    I had tried that.

    I also had tried
    p.message{ too and it didn’t seem to work.
    Also added !important

    It worked when I changed it via inspect element in chrome but not when I added it.

    Any suggestions?

    Plugin Author weblizar

    (@weblizar)

    contact me at lizarweb[at]gmail[dot]com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lost Password screen formatting’ is closed to new replies.