Whatever it may be, you should go with what works for you and your organization. In the grand scheme of things, you have to be convinced about the value you are getting for the money you are spending...

Home » Archives » 05. December 2008

Joomla login

December 5, 2008

I 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!!

Posted by linux at 5:50 pm | permalink | Add comment