PDA

View Full Version : Remove welcome messages from CMS


chrayres
09-13-2011, 01:09 AM
Hey folks. I've been trying different methods for some time now to no avail. The newest post I found was in 2009, so that's a bit old and I assume things have changed some since then.

I'm looking to remove the welcome message that says:

"Welcome the the Site Title. Welcome user, be sure to check out the FAQ..."


Can someone point me in the right direction? Thanks!

Mooff
09-13-2011, 07:38 AM
I am assuming you want the notices to show up on your forum, but not on your cms.

I do not know it there is an elegant way, a brutal way would be adding this into the vbcms.css template:

.notices
{
display:none !important;
}


(it should be gone then, code is untested though)

chrayres
09-13-2011, 10:50 AM
Thanks Mooff, I'll give it a go.. By the way, how do I edit the vbcms.css template? Is it something in the admincp or the actual files that I uploaded?

Mooff
09-13-2011, 11:16 AM
In the admincp -> styles&templates

chrayres
09-13-2011, 12:03 PM
Roger. I'll poke around. Appreciate it.

--------------- Added 1315919256 at 1315919256 ---------------

OK, I added that to the css and it didn't remove it. Not a problem right now though, so I'll let this one go until later. It's a minor thing that I can put off til later. Thanks!