How to make the background transparent effect on a blog?
Here I will give an example :
Blog Mita
okay, I will give the way
1. log in your blog
2. in the dashboard menu, select design
3. select edit html
4. do not forget to tick the expand widget templates
5. look for "background-color" (no spaces) by pressing Ctrl + F
6. then replace the "$ (post.background.color);" into rgba (255,255,255,0. xx).
note : 0.xx can be changed with 0.5, 0.7, 0.3. the smaller numbers. xx, the more transparent the results.
5. look for "background-color" (no spaces) by pressing Ctrl + F
6. then replace the "$ (post.background.color);" into rgba (255,255,255,0. xx).
note : 0.xx can be changed with 0.5, 0.7, 0.3. the smaller numbers. xx, the more transparent the results.
background-color : rgba (255,255,255,0.5)
7. then save the template
the color code you can see here >> Color Code
7. then save the template
the color code you can see here >> Color Code
No comments:
Post a Comment
Please leave a comment !!