MyBB Community Forums

Full Version: Unique Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
i cant see any theme changer
(2016-03-09, 07:50 PM)subzr1 Wrote: [ -> ]i cant see any theme changer

PM Sent with username login
ive replied
Mybb has so many threads that sometimes I miss the good ones!! I love this theme and I think I am going to use it. Thank you so much!! I love how it looks and the portal style is exactly like what I was looking for. Smile I just need to change most colors to lighter ones and a few things on the header but I think I can manage doing that by myself. ^^ Thanks. Wink
glad you enjoy it

thanks Big Grin
hi Big Grin
how can i change the default color of the fonts of the theme?
http://i.imgur.com/1sbRPGR.png

(letters seems like pure white to me. and pure white letters on a black blackgound hurts my eyes. thats why i like to change it a bit. i want to darken the letters a bit).
(2016-03-11, 09:52 AM)coe Wrote: [ -> ]hi Big Grin
how can i change the default color of the fonts of the theme?
http://i.imgur.com/1sbRPGR.png

(letters seems like pure white to me. and pure white letters on a black blackgound hurts my eyes. thats why i like to change it a bit. i want to darken the letters a bit).

hello
you must change it on several rules
replace it on global.css by this:
table {
	color: #A5A5A5;
	font-size: 13px;
}
body {
	background: #000000 url(images/unique/bg.png);
	color: #A5A5A5;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;	
	font-family: 'Jaldi', sans-serif;
	font-size: 13px;
}

a:link {
	color: #A5A5A5;
	text-decoration: none;
}

a:visited {
	color: #A5A5A5;
	text-decoration: none;
}

a:hover,
a:active {
	color: #A5A5A5;
}

#container {
	color: #A5A5A5;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 990px;
	
	font-family: 'Jaldi', sans-serif;
	font-size: 13px;
}
that should do it
(2016-03-08, 07:10 PM)subzr1 Wrote: [ -> ]hi again
have you tried this?
http://community.mybb.com/thread-169068.html
Wink


Thank you for your reply,
Pmx.pt  Smile
One more question and sorry for keeping bothering you: How can I change the color of text errors, like this one in the attachment?
Thank you,
Pmx.pt  Smile
Search for div.error in your global.css file
Pages: 1 2 3 4 5 6 7 8 9