View Full Version : How to edit theme
joesdomain
06-23-2014, 10:33 AM
On my site Monctononline www.monctononline.ca/forums (http://www.monctononline.ca/forums) I am slowly editing the default theme to go with my red & white logo. Is there a manual for VBulletin for creating/editing themes/styles? I just am not sure what to edit and don't want to mess things up.
Joe
Admin
MonctonOnline
ozzy47
06-23-2014, 10:35 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=256370" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=256370</a>
Read through this article.
joesdomain
06-23-2014, 11:38 AM
the one section that I want to edit : forumhome_markread_script I can not locate this file. What I would like to do is change the font color to white to stand out better
tbworld
06-23-2014, 01:15 PM
Use the following to alter the "Mark Forums Read" color.
Add this to your 'additional.css' template for your style.
.navlinks > a {
color: white; /* Change Color Accordingly */
}
.navlinks > a:hover {
color: red; /* Change Color Accordingly */
}
The javascript file you are looking for is:
"/clientscript/clientscript/vbulletin_read_marker.js"
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.