Home » Archives » 05. December 2008
Joomla login
December 5, 2008I was modifying my website using joomla login modules only to find out that the main culprit is in the joomla templates.css and not the login modules templates! Took me almost a day to find out what is really going on…what a crap!!
Culprit can be found in the templates area itself:
/* blue */input,button { border:1px solid #74a0dd;
background: #transparent;
}
Changed the border color to your liking
I used this on templates siteground-j15-14
Thats it!!


