[able theme] translucent post background
-
i’d like to change the background of the sidebar and blog post areas to be translucent/transparent so the background image on the page is visible behind them – right now it is all white except the very edge where the background image is visible. is this possible, and if so, how do i edit the CSS to make it happen?
The blog I need help with is: (visible only to logged in users)
-
You can do this.
#page-liner { background: rgba(254, 254, 254, 0.8); }The last value, 0.8, is the opacity, which you can change as you desire.
The sticky post already has a transparent background, so it will now show with less transparency since it is stacked on top of the page liner element.
- The topic ‘[able theme] translucent post background’ is closed to new replies.