Remove background colour of login box in Essential theme

Remove background colour of login box in Essential theme

by Miguel Méndez Liébana -
Number of replies: 4

me gustaria elimniar el recuadro blanco para poder ver el logo de la pagina de login ,adjunto imagen.

i am using 3.3 version and the them essential

have a nice day

(Edited by Mary Evans - changed title to explain problem better - original submission Saturday, 22 July 2017, 11:52 AM)

Average of ratings: -
In reply to Miguel Méndez Liébana

Re: Remove block login in essential

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

Just a couple of points Miguel -

1. This is the English language forum, so its helpful to ensure the request is in that language so it can be understood by all

Google translate:

I would like to delete the white box to be able to see the logo of the login page, attached image.


2. If you use a tool such as chrome developer tools or firebug it will give you the css selector for that area (I believe its .loginbox, but I'm not at my own PC right now to check) and then you can make the background colour transparent by adding a css style to the customcss setting within Essential - something like

.loginbox {background-color: transparent;}

Note - this is from memory and NOT tested! so please check it out before applying to a live site.

In reply to Richard Oelmann

Re: Remove block login in essential

by Miguel Méndez Liébana -

Thank you very much for answering .

Sorry to have written in another language, I did not even notice.

I just solved it the key was the id = page, modify it and manage to remove that block.

In reply to Miguel Méndez Liébana

Re: Remove block login in essential

by Danilo cifuentes -

hi.

could you elaborate on that please, i have the same problem.