Odd think

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Fri Feb 01, 2013 12:42 am
I usinng yourshop template. I alsi instal for test your The World News II template. then I uninstal template but something odd happend.
In login module come dot line box around username, pasword, remember me an login button (see picture)
After that I also restore my backup file but dot frame is stil there.
How I can get it away?

regards, Ari
User avatar
Senior Boarder

Konrad M
Fri Feb 01, 2013 6:39 am
Hi,
unfortunetly without url I can't help you ;)
User avatar

GK User
Fri Feb 01, 2013 9:01 am
User avatar
Senior Boarder

Konrad M
Fri Feb 01, 2013 9:10 am
You are using com_lovefactory component and style from this css file component makes this dotted border. To remove it please add to override.css
Code: Select all
fieldset {
border: none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Feb 01, 2013 10:13 am
No effect until I change
Code: Select all
fieldset {
border: none !important;
}

to
Code: Select all
fieldset.userdata {
border: none !important;
}


I still dont understan what change things, because I was use lovefactory compunent in my page also before....
User avatar
Senior Boarder

Konrad M
Fri Feb 01, 2013 10:18 am
Probably when you restored your backup file you overrided override.css file with rule which helps you to avoid this dotted border. But it is only guess.
User avatar

GK User
Fri Feb 01, 2013 10:54 am
No, override file is same like before...
User avatar
Senior Boarder


cron