简体   繁体   English

如何在Blogger中透明化我博客元素的背景?

[英]How can I make the background of elements of my blog transparent in Blogger?

On on my Blog ( http://www.ourunitedvoice.org/ ) there is a great deal of empty white space that I want to change to be transparent so my background shows off more in my blog similar to this blog: http://wholefoodsmarket.com/blog/whole-story . 在我的博客( http://www.ourunitedvoice.org/ )上有很多空的空白区域,我想改变它是透明的,所以我的背景在我的博客中显示更多类似于这个博客: http:/ /wholefoodsmarket.com/blog/whole-story

I don't know what HTML needs to be changed on these various page components to remove the white and make them see through. 我不知道在这些不同的页面组件上需要更改HTML以删除白色并让它们透视。 Hoping someone can help me! 希望有人可以帮助我!

add this to the body css: 将此添加到body css:

body {
background-color:rgba(255,255,255,0);
}

The last "0" will make the background transparent 最后一个“0”将使背景透明

Sir you are using a png file while the other site is using CSS 先生,您正在使用png文件而其他网站正在使用CSS

there is no magic learn some CSS and you will solve your problem 没有魔法学习一些CSS,你将解决你的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM