Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Basic Knowledge
What have you done before the problem was there?
I tried a lot but the code dont work, all is fine in my opinion but code dont applied, the topic remain in original colours.
What have you already tried to solve the problem?
Yes
Description and Message
Hello
I want to change the brackground color of the forum from specific id *used by POST_ID" in viewtopic_body.
I tried to put this code
Code: Select all
<!-- IF S_TOPIC_ID == 39 --><li class=promotopic"></li><!-- ENDIF -->
The css code for .promotopic is:
Code: Select all
.promotopic {
background-color: #f8edd2;
background-image: linear-gradient(to top, rgb(0,0,0,0), rgb(241, 220, 167, 0.8));
}
Can you tell me a idea what i make wrong?[/i]