Jump to content
WebFlake
  • 0

Background Table & topic background Opacity.


andrew123

Question

Recommended Posts

  • 0

Find in ipb_styles,

.ipsSideBlock, .general_box {
background: #292929;
border: 1px solid #454545;
margin-bottom: 10px;
}
Replace with this one,

.ipsSideBlock, .general_box {
background: rgba(41, 41, 41, 0.49);
border: 1px solid #454545;
margin-bottom: 10px;
}
The bottom 2 need replacing because of this,

1cfa0668820b90f5ee169db4f78d8a1d.png

Find this as well,

.row1, .post_block.row1 {
background-color: #292929;
}
Replace with,

.row1, .post_block.row1 {
background-color: rgba(41, 41, 41, 0.49);
}
Find this as well,

.row2, .post_block.row2 {
background-color: #292929;
}
Replace with,

.row2, .post_block.row2 {
background-color: rgba(41, 41, 41, 0.49);
}
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...