andrew123 Posted May 31, 2014 Share Posted May 31, 2014 Hello guys, how i can make the background of forum with opacity.? On main template ip_table and to .post_table, i don't know where to add the code on .css Link to comment Share on other sites More sharing options...
0 -Cookie- Posted June 5, 2014 Share Posted June 5, 2014 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, 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); } 1 Link to comment Share on other sites More sharing options...
0 andrew123 Posted June 5, 2014 Author Share Posted June 5, 2014 thank you very much for your time. Link to comment Share on other sites More sharing options...
0 Kingy Posted June 5, 2014 Share Posted June 5, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
andrew123
Hello guys, how i can make the background of forum with opacity.?
On main template ip_table and to .post_table, i don't know where to add the code on .css
Link to comment
Share on other sites
18 answers to this question
Recommended Posts