Elxis CMS Forum

Extensions => Templates => Topic started by: Soto on November 14, 2007, 00:00:46

Title: Trouble modifying login
Post by: Soto on November 14, 2007, 00:00:46
Hello,
I've created a new template for elxis and am trying to customize the look of the login module but I cant get it to work.
I've only been able to change the look of the title by modifying the table.moduletable th in the template_css.css file.
But now, how can I change the background color, add a border to it and maybe even change the look of the submit button?
Which css tag do I need to modify?

Any help would be greatly appreciated.

Sotos

[old attachment deleted by admin]
Title: Re: Trouble modifying login
Post by: Ivan Trebješanin on November 14, 2007, 00:38:10
I would suggest you to start using firefox browser, and arm yourself with developer toolbar for firefox. You should be able to see what tag is what, and alot of other things. No one can answer you question without all the parameters envolved. If you posted a link or HTML code.... we don't even know if you are using divs or tables in your layout, nor what are the names of HTML objects in it.

EDIT: eliasan has written nice Templates Design Reference Guide, check it out https://www.elxis.org/index.php?option=com_mtree&task=listcats&cat_id=77&Itemid=140
Title: Re: Trouble modifying login
Post by: datahell on November 14, 2007, 08:25:43
Add a css suffix to the login module . Edit module login and add to module class suffix something like -login
Then you will be able to modify separately the css of the module.
Title: Re: Trouble modifying login
Post by: Soto on November 14, 2007, 09:16:21
Thanks for the help guys.
Next time I'll add some code too, cant believe I didnt think about that :P
Title: Re: Trouble modifying login
Post by: eliasan on November 14, 2007, 09:34:56
In Elxis 2008 each important unit, like login, is controlled by distinct CSS classes or ids.
That way you can have full control on the appearance of the web site.

Elxis 2006.4, as described above, needs workarounds like the module suffix set in module parameters.
Title: Re: Trouble modifying login
Post by: Soto on November 14, 2007, 18:27:19
That sounds great!
Really looking forward to the new and improved Elxis  :D
Title: Re: Trouble modifying login
Post by: artman on November 15, 2007, 12:56:03
Thanx for all your help...  8)