How would I edit 7.1.2 To enable partial transparency for the Profile 'Blocks', and total transparency for 'behind' them [if this is possible] so that if a user changes the profile background they can actually see it.
Any help is appreciated.
How would I edit 7.1.2 To enable partial transparency for the Profile 'Blocks', and total transparency for 'behind' them [if this is possible] so that if a user changes the profile background they can actually see it. |
I mean, even a post of Look here: Link would be helpful, cause I've searched google, to no avail. All solutions where for Older Dolphins, it didn't work for me. |
Ok, so I found out how to do it [thanks to google chrome's inspect element function]
.sys_main_content {
}
|
The last zero is the opacity (transparency) - set this to 0.8 instead of 0. You can change this number to whatever you want, but 0.6 to 0.9 is probably what you want.
From this:
To this:
Ok, so I found out how to do it [thanks to google chrome's inspect element function]
.sys_main_content {
}
This is my signature, there are many like it but this one is mine... |
Yeah I found out where to make all the edits lol |
could you tell me where block code is for making the blocks on all pages more transparent home page and profile most important to get more transparent |