is there anyway to make the white box for the text on my blog translucent so miku can be seen? i know nothing about coding so im sorry if i dont understand!!
help please!
0 Kudos
is there anyway to make the white box for the text on my blog translucent so miku can be seen? i know nothing about coding so im sorry if i dont understand!!
0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
lain
.profile{
background-opacity: 0.0;
}
i think that’ll do it
Report Comment
uhm.. it didnt work T_T
by Nemu; ; Report
sorry! you also have to add
main{background-color:rgba(0, 0, 0, 0.0); !important;}
if that doesn’t work i’m sorry :/
by lain; ; Report