MyBB Community Forums

Full Version: Change to default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 111pjqg.png]
Admincp -> Templates & Style -> Themes -> Your Theme -> global.css -> Edit Stylesheet: Advanced Mode

Find:
.thread_legend dd

If color: #ffffff; is present, change that to color: #000000; otherwise add:

color: #000000;
(2012-06-29, 03:40 PM)vernier Wrote: [ -> ]Admincp -> Templates & Style -> Themes -> Your Theme -> global.css -> Edit Stylesheet: Advanced Mode

Find:
.thread_legend dd

If color: #ffffff; is present, change that to color: #000000; otherwise add:

color: #000000;

Still problem persists:
[Image: 2uszwcj.png]
Find:
.smalltext

Add:
color: #000000;
(2012-06-29, 05:47 PM)vernier Wrote: [ -> ]Find:
.smalltext

Add:
color: #000000;

Page number text is still not visible.Others done.
In global.css
.pagination .pages {
	font-weight: bold;
}
and Change it into;
.pagination .pages {
	font-weight: bold;
color: #000000;
}
(2012-06-29, 06:52 PM)Yaldaram Wrote: [ -> ]In global.css
.pagination .pages {
	font-weight: bold;
}
and Change it into;
.pagination .pages {
	font-weight: bold;
color: #000000;
}

[Image: 14uglrq.png]
Thanks...But dots still not visible.Please refer image.
Find:
.pagination

Add:
color: #000000;