MyBB Community Forums

Full Version: change color and scroll/blink text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
how to change color or scroll/blink text


[Image: jqkp35.jpg]
global.css consists of background image & background color for .thead class . they can be changed ..
just beat me to it lol if you just want a single color then remove the image link and set the color to what you want alternatively find the image in your folder structure and edit it to the colour you want.

the image your after is images/thead_bg.gif

in global .css you need to edit the following (my settings are different as i edited the css myself.)

.thead {
	background: #4f3f11 url(images/custombrown/thead_bg.png) top left repeat-x;
	color: #000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


the color #4f3f11 is the background to the bar but the images thead_bg.png are over laid on it

the color #000 is the text color. i would have though that a simple

text-decoration:blink;

after the color #000 would make it blink but for some reason i could not replicate it.
not worked, i make red but its only on bordar.
rambo read my edited post above yours

what color do you want and i will give you the code.
#339900

i need this color.

make code please and i will add.
.thead {
background: #339900;
    color: #000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}



that should give you a green background on your category bar
ok done.

and how to blink text?
i see what you mean now gimme a little while i will sort it out. you do have a green background but the block the whole category sits in is still visible.
@OP, may be you forgot hard refreshing your browser !
Pages: 1 2 3