Quote:
Originally Posted by Patrick1969
Thank you so much, that did the trick.
The only two last questions I have when you have a chance to get to it, is how to change the font size in the threaded forum view as well as the background color which differentiate the different threads and then I'd be pretty much set (I hope)
And again thank you for putting this together as well as taking the time to walk me through it all, it is greatly appreciated.
|
I am glad it is working for you. I plan on making the alternating background colors more configurable, but for now they rely on the alt1/alt2 css classes. However, in the current xml file I also define another color that fits our need at the moment. If you want it to only rely on the alt1/alt2 classes, you will have to edit the xml file and remove the following bit of code:
$thread_bg_color = ($thread_bg_color) ? '' : 'background-color: #eeeae8;';