MyBB Community Forums

Full Version: How can i change the color of the welcome screen?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

How can i change only the color for #1?

If i change the color in the control panel it changed for many things (#1, #2, and many more).

Ik will only change it for #1.

Here is a screenshot:
[Image: forumplanet.png]
Greets Kees.
a test user account to is required to provide better suggestion

you can try adding below code in global.css AND hard refresh your forum page

#panel a {color: #hexcolorcode;}


eg. #panel a {color: #ffffff;} for white colored link
(2011-08-22, 09:04 AM)ranjani Wrote: [ -> ]a test user account to is required to provide better suggestion

you can try adding below code in global.css AND hard refresh your forum page

#panel a {color: #hexcolorcode;}


eg. #panel a {color: #ffffff;} for white colored link
I have tryed this but it don't work.

I have created a test account:

User: test
Pass: test123
please change above code to this .panel_wrap a {color: #ffffff !important;}
and use CTRL + F5 a couple of times to see the change
Sorry, but the new code don't work.

Any suggestions?
^ there was a mistake & I had edited previous response !

and another suggestion is to use below code :
#panel .panel_wrap a {color:#ffffff;}
Both don't work... Smile
hmm., the suggested code is not visible at present on your global.css file !!

after changing the css , you may have to hard refresh page (3 - 6 times) to see the changes..
Now it works, many many thanks!

I edited the wrong global.css (in the database), and now i edited the one that you selected for me and all the codes works Big Grin

Is there any differen from all the 3 codes or dussent matter?
^ #panel .panel_wrap a {color:#ffffff;} <-- this is better code !
Pages: 1 2