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;
}
Thanks...But dots still not visible.Please refer image.