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, 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]](https://camo.mybb.com/87023df73c91b030f5e1acd4096ff578a5af16fa/687474703a2f2f6934372e74696e797069632e636f6d2f313475676c72712e706e67)
Thanks...But dots still not visible.Please refer image.