well im trying to edit the way just one joomla error looks like. Heres the error "Username and password do not match or you do not have an account yet." It is located at the languages/en-GB.ini, i can edit the error and the css for it is located at template_css. But i want to create a new css style for this particular error instead of editing the older one. But if i create a new error then i have to change it in the html or the php file and i just cant find that, does anyone know where it is ???
well i did try to find that in those folders but i just cudnt get it,, the style im trying to edit is * System Error Messages */ #system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;} i checked index.php as well in the template folder and all other html and php files, but not sure where it is,,