Hey Ju!
Thank you for the link. The version was a very good update! Now the customised colours of the forum looks like the colours of the rest website. Take a look of the result: http://www.iamexpat.nl/forum/index.php
For your information, some css did not work and I adjusted them myself a bit:
CSS to change hover colour of the forum subject:
BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV.main-content DIV.main-item DIV.item-subject H3.hn A:hover {
color: #933;
}
CSS to change hover colour of the time of the post:
BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV.main-content DIV.main-item UL.item-info LI.info-lastpost STRONG A:hover {
color: #933;
}
CSS to change the fixed colour of the "private messages"
BODY DIV#brd-wrap DIV.brd-page DIV#brd-navlinks UL LI#nav_pun_pm A {
color: #FFF;
}
In addition, the css did not work also at the level of a post, so the below buttons were not modifiable:
a) hover over the name of the user b) time of the post c) email button d) pm button e) report button and f) quote button
Have a look at yourself: http://www.iamexpat.nl/forum/viewtopic.php?id=208
The css did not work properly in order to customise those so if you have any tip, I would be grateful!
Thanks again!!