Courage Posted September 15, 2013 Share Posted September 15, 2013 Hi. How could I set alternative colours for post_body? I mean Link to comment Share on other sites More sharing options...
0 Lock Down Posted September 16, 2013 Share Posted September 16, 2013 Just edit the template topic view => postfind <div class='post_body'>change to<php>if(($post['post']['post_count']%2)==0){$color='lightgreen';}else{$color='lightblue';}</php> <div class='post_body' style='background-color: {$color};'> 1 Link to comment Share on other sites More sharing options...
0 Courage Posted September 17, 2013 Author Share Posted September 17, 2013 Solved! Thanks Link to comment Share on other sites More sharing options...
0 Lock Down Posted September 17, 2013 Share Posted September 17, 2013 You are welcome. Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted September 17, 2013 Administrator Share Posted September 17, 2013 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
Courage
Hi.
How could I set alternative colours for post_body? I mean
Link to comment
Share on other sites
4 answers to this question
Recommended Posts