tabizzle |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
Thanks for the help, it worked. |
Twiebie |
|
---|---|
Delete the following on line 26 in header.tpl: <strong>{PHP.skinlang.header.Welcome}</strong> |