2015-10-14, 03:33 PM
So I am trying to make the background transparent by modifying trow 2 and it works but it affects the forums below like this:
![[Image: 1HXaz.jpg]](https://camo.mybb.com/65ecd5b9e43975e6e1f289b3d4c741e2875a5118/687474703a2f2f692e736e61672e67792f314858617a2e6a7067)
As you can see some forums become transparent too.
Here is the code I use:
Any ideas on how to fix this issue?
As you can see some forums become transparent too.
Here is the code I use:
.trow2 {
background: url("http://i.imgur.com/nmYY46k.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-image: -moz-linear-gradient(center top , #222222, #212121);
border-bottom: 1px solid #0a0a0a;
border-top: 1px solid rgba(255, 255, 255, 0.11);
color: #efefef;
}
Any ideas on how to fix this issue?