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

tabizzle
#1 2011-07-20 15:44

Im currently making a site using Cotonti (http://3dsaddicted.elementfx.com/) and I want to know how to change the color of Login, Register, and Lost your password links. I would also appreciate it if someone told me how to get rid of the welcome text.

Twiebie
#2 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.

 

tabizzle
#3 2011-07-20 16:19

Thanks for the help, it worked.
But for the welcome text, I don't mean the post in the news category. If you look at the top of the page, it says 'welcome' and i just want to get rid of it. Thanks alot.

Twiebie
#4 2011-07-20 16:25

Delete the following on line 26 in header.tpl:

<strong>{PHP.skinlang.header.Welcome}</strong>