You can change the Blogger template opacity/transparency level easily
by changing a few numbers in the code. Here's how to do it:
Click on the Layout: Edit HTML tab. Then, search for the code below:#content-wrapper {
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 3px;
width: 805px;
position: relative;
text-align: left;
background: $blogbgColor;
border-right: 1px solid $blogBorderColor;
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
Change
the transparency level by changing the numbers highlighted in red. Vary
the numbers between 0 to 100 for the line 1, or 0 to 1.0 for the lines
2 and 3. All the numbers must be at the same level, for example 75 for
line 1 is equal to 0.75 for lines 2 and 3. The lower the number, the
more transparent your blog is. If you don't want it to be transparent,
set the values to 100, or 1.0.
How to Change Blog Background Opacity?
Mar 2, 2010
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment