how to make transparent block_login

how to make transparent block_login

by Danilo cifuentes -
Number of replies: 1

Hi

i need to make the block_login transparent, i used this ccs.

#inst125.block_login.block .block {

background: transparent;

border: none;

}

im using moodle 3.2, theme essential 3.2_2017021004


Attachment Sin título.jpg
Average of ratings: -
In reply to Danilo cifuentes

Re: how to make transparent block_login

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Try this...

 #inst125.login_block.block .content {

background: 0 none;

background-color: transparent !important;

 }