• Resolved danielasanhueza

    (@danielasanhueza)


    Hello, so i have a little problem, the template i select for my login page have the logo of my website, and every time an user disconects, it appears on the screen the message “you are disconected”, however when this happen the logo gets push up in the screen and it looks bad, is there a way to stop that message from apearing? or to move it so it appears elsewhere?.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @danielasanhueza,

    Thanks for reaching out!
    Can you please let me know what template are you using?
    Also, is it possible to send me a screenshot with this so I can understand the issue a bit better?
    Thanks a bunch!
    You can send screenshots using: imgur.com

    Warmly,
    Mihaela

    Thread Starter danielasanhueza

    (@danielasanhueza)

    Hi @mplusb
    I am using the second template, the one with an image on the right side and a white part on the left side. here are some images about the problem,image 1 and image 2 as you will see, the is an alert that says “ahora estas desconectado”, wich means now you are disconected, that is what i want to remove.

    Thank you!
    The plugin does not have the option to remove that, however, you could hide it using this code:

    #login .message {
    	display: none;
    }

    Just add it in Appearance > customize > Additional CSS.

    Warmly,
    Mihaela

    Thread Starter danielasanhueza

    (@danielasanhueza)

    I tried ussing it but unfortunaly it doesn’t work

    Thread Starter danielasanhueza

    (@danielasanhueza)

    @mplusb Ok, it worked, i put it initially in the general CSS, so it didn’t work then, but i changed it to the colorlib CSS and it works, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Disconect warning from the login page’ is closed to new replies.