Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 12 Years, 6 Months, 2 Weeks ago Change to default
#1
Solved: 12 Years, 6 Months, 2 Weeks ago
[Image: 111pjqg.png]
#2
Solved: 12 Years, 6 Months, 2 Weeks ago
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;
[Image: information.gif] MyBB Support Technician
Please do not PM me for support.


MyBBatically - A quick and easy way to update your board!
#3
Solved: 12 Years, 6 Months, 2 Weeks ago
(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]
#4
Solved: 12 Years, 6 Months, 2 Weeks ago
Find:
.smalltext

Add:
color: #000000;
[Image: information.gif] MyBB Support Technician
Please do not PM me for support.


MyBBatically - A quick and easy way to update your board!
#5
Solved: 12 Years, 6 Months, 2 Weeks ago
(2012-06-29, 05:47 PM)vernier Wrote: Find:
.smalltext

Add:
color: #000000;

Page number text is still not visible.Others done.
#6
Solved: 12 Years, 6 Months, 2 Weeks ago
In global.css
.pagination .pages {
	font-weight: bold;
}
and Change it into;
.pagination .pages {
	font-weight: bold;
color: #000000;
}
#7
Solved: 12 Years, 6 Months, 2 Weeks ago
(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.
#8
Solved: 12 Years, 6 Months, 2 Weeks ago
Find:
.pagination

Add:
color: #000000;
[Image: information.gif] MyBB Support Technician
Please do not PM me for support.


MyBBatically - A quick and easy way to update your board!


Forum Jump:


Users browsing this thread: 1 Guest(s)