PDA

View Full Version : Change welcome message for visitors


Apexi
07-24-2014, 08:34 PM
I know i missed something, but i can't find it anymore.

Were can i change that ugly yellow field where visitors are demanded to become a member on the forum and read the FAQ?

Is it whitin the style?

Zachery
07-24-2014, 08:52 PM
Its a notice.

ForceHSS
07-24-2014, 09:11 PM
I know I missed something, but I can't find it anymore.

Where can I change that ugly yellow field where visitors are demanded to become a member on the forum and read the FAQ?

Is it within the style?
Admincp/Notices/Notices Manager you can change the message in there. As for the colour stylevar/Notices/notices_background
It's a notice.
Little more info given might help

Apexi
07-25-2014, 08:55 AM
Admincp/Notices/Notices Manager you can change the message in there. As for the colour stylevar/Notices/notices_background

Little more info given might help

Thanks for the help :)
Is it even possible to change that ugly yellow color?

ForceHSS
07-25-2014, 09:21 AM
Thanks for the help :)
Is it even possible to change that ugly yellow color?
I gave you how to do that in the above post

Apexi
07-28-2014, 05:57 PM
I gave you how to do that in the above post

I can't find anything that has to do with the color. Just the text :(

Zoul
07-28-2014, 07:41 PM
You have to go cpadmin / Languages ​​& Phrases / Search phrases

you type and look "notice_1_html"

ForceHSS
07-28-2014, 09:05 PM
I can't find anything that has to do with the color. Just the text :(

Go to your stylevar in your template

--------------- Added 1406585284 at 1406585284 ---------------

You have to go cpadmin / Languages ​​& Phrases / Search phrases

you type and look "notice_1_html"

That has nothing to do with changing the color

Apexi
07-29-2014, 09:29 AM
Go to your stylevar in your template


Oh thanks. Totally missed that you edited your first post :)

Zoul
07-29-2014, 11:21 AM
That has nothing to do with changing the color

But if my friends, you can add a style all around to color or highlight parts ;)

otherwise in aditional.css :

.notices li {
color: #ccc;
}

ForceHSS
07-29-2014, 01:25 PM
But if my friends, you can add a style all around to color or highlight parts ;)

otherwise in aditional.css :

.notices li {
color: #ccc;
}

Yes it can be done that way but your first one was wrong and the one I posted above I find works just as well if not better