Forums / Cotonti / Support / How to get rid of 'welcome!' and change color of Login, Register and Lost your password?

Twiebie
#30251 2011-07-20 16:00

In that particular skin you could change the 'Login, Register and Lost your password links' by adding a colour in the #userBar class inside the sed-light.css file.

For example:

#header #userBar a { text-decoration:none; color: #000000; }

The welcome text is just a post in the news category, and you can edit it or delete when you are logged in as an admin.

I would advice you to look up some basic HTML and CSS tutorials to get a basic understanding of how the template works.