• Page 1 of 1
  • 1
Is there a way to make my body transparent?
Remember
Posts: 93
Reputation: 1

Message # 1 | 7:29 AM
Hello, my design is #819 and I was wondering if I can make my body transparent. I do know that I can change the colour of my body, but I was wondering just if I can make it transparent, and if I can, how :D?
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 12:36 PM
Remember,
Quote (Remember)
I was wondering if I can make my body transparent

I am not sure I understand the final results of this action. Maybe you meant some part of the website, but not the whole body. Be more specific and provide a screenshot of the part you want to become transparent.
Remember
Posts: 93
Reputation: 1

Message # 3 | 12:57 PM
I meant this part which is with white, not the background image, just this from the center, with the menu too if it is possible. I tried with background url and link of the image but it changed just the center without the menu, and that transparent image wasn't even working.

I'm sorry for my bad english Natashko!

I hope you'll understand what I wanted to say.


Natashko
Posts: 3366
Reputation: 171

Message # 4 | 2:19 PM
Remember, to do so you need to download the images that are used as the background for the website and make them transparent in photoshop. After doing so upload the images again and change the image URL in CSS (background)
Remember
Posts: 93
Reputation: 1

Message # 5 | 2:21 PM
If my body would be made by images it would be fine, but it's made by colours sad

I already checked, I changed the colour to see if that part changes, and yes, it changed to grey. So, that's the problem...


Natashko
Posts: 3366
Reputation: 171

Message # 6 | 3:05 PM
Remember, to make the background completely transparent go to CP->Design->Design management->Style sheet(CSS)->find this
Code
td.content-block {.....}
.block {.....}
.block-title {.....}
.block-content {.....}
In each of the sections find
Code
background: .....;
and delete
Remember
Posts: 93
Reputation: 1

Message # 7 | 3:20 PM
Well I want to make it transparent, but not completely, like a glass surface.

And second of all, I deleted those, and nothing happened, I refreshed the page 3 or 4 times and nothing happened :-?


Animorph
Posts: 2856
Reputation: 189

Message # 8 | 4:56 PM
Remember, i could suggest you to use opacity codes in CSS for example this:

Code
opacity:0.4;filter:alpha(opacity=40)
if you just add this in the CSS of the place you want to be transparent , then it will work

To busy building a passive income online ;)
Remember
Posts: 93
Reputation: 1

Message # 9 | 5:04 PM
Thanks Animorph, but it didn't worked, it made all my body transparent, and when I say transparent, I mean it, it was invizible already, not transparent :))
Animorph
Posts: 2856
Reputation: 189

Message # 10 | 5:24 PM
Quote (Remember)
Thanks Animorph, but it didn't worked, it made all my body transparent, and when I say transparent, I mean it, it was invizible already, not transparent :))

it works it makes your body transparent so you will be to see your other colour , what do you exactly want ? you did not wanted your whole backgrount to disappear?


To busy building a passive income online ;)
Remember
Posts: 93
Reputation: 1

Message # 11 | 5:37 PM
Hmm... look here

this kind of transparent, but transparent on all of its surface, not. like here with that "white fading in"


Animorph
Posts: 2856
Reputation: 189

Message # 12 | 5:44 PM
Remember, as far as i know that is not possible with CSS codes, and if you want it like that site then you need to photoshop an image in your design , thy have images no codes to make it transparent like that
To busy building a passive income online ;)
  • Page 1 of 1
  • 1
Search: