Hi I'm upgrading a site from Joomla 1.5 to 2.5. On the 1.5 site Ninjaboard was used. But since I already also use Chronoforms, I'd thought to give Chronoforums a chance🙂
But on this site, the topictitles are not readable (white font) and also the article text is very big, no matter at what size I set it in the editor.
Link to setup: http://jlweb10019.prolocation.net/index.php/support?cont=forums&f=1
Is there a way to change this? I saw there is (yet) no choice to switch themes.
Thanks!
But on this site, the topictitles are not readable (white font) and also the article text is very big, no matter at what size I set it in the editor.
Link to setup: http://jlweb10019.prolocation.net/index.php/support?cont=forums&f=1
Is there a way to change this? I saw there is (yet) no choice to switch themes.
Thanks!
Hi systemEd
The white font comes from your template system-all.css CSS
Bob
The white font comes from your template system-all.css CSS
.system-transparent #content a, .mod-box-transparent a {
color: rgba(255, 255, 255, 0.6);
}
and the font size is based on the body size in in the template base.css body {
color: #444444;
font: 14px/20px Arial,Helvetica,sans-serif;
}
Bob
Hi Bob...I am having the same issue as the above user. I just installed the forum and am working on setting it up. My forum is all white as well. Is there a way to simply override the template css and change the font and background color? My forum is located here: http://www.davisguitars.com/guitar-forum
Any assistance or ideas to improve the look and feel is greatly appreciated!
Scott
www.websitephysician.com
Any assistance or ideas to improve the look and feel is greatly appreciated!
Scott
www.websitephysician.com
Hi Scott,
Please check the post here:
http://www.chronoengine.com/forums/posts/f30/t95307/how-to-make-custom-theme-with-bootstrap-theme-overrides.html
Regards,
Max
Please check the post here:
http://www.chronoengine.com/forums/posts/f30/t95307/how-to-make-custom-theme-with-bootstrap-theme-overrides.html
Regards,
Max
This topic is locked and no more replies can be posted.