I need remove these from my template

GK User
Wed Feb 01, 2012 3:09 pm
Hi
Hence i am not using virtu mart with my template, i embed some property modules to my website, please can you help me to change

1- Customer Number at the top left corner
2- I getting this error after uninstalling Virtumart


looking for prompt reply

Thanks
Screen shot 2012-02-01 at 2.43.08 PM.png
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 3:17 pm
Hi.
Do you want to remove that custom numer?
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 3:22 pm
Yes I want to remove Cutomer Number as well
This error is showing under main slideshow want to remove this one also,

please have a look to
property.luxos.com

I don want to use Virtumart Component i already uninstalled.


Thanks
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 3:29 pm
To remove that number please edit template.css file and find the following line:
Code: Select all
 #gkPageTopMod p {
margin: 0;
line-height: 42px;
}

Then change it to:
Code: Select all
 #gkPageTopMod p {
margin: 0;
line-height: 42px;
display: none;
}


To remove that error div please edit joomla.css file and change the following line:
Code: Select all
 #system-message {
border: 2px dashed #EA3C3C;
margin: 0 0 56px;
padding: 12px 36px;
border-image: initial;
}

to:
Code: Select all
 #system-message {
border: 2px dashed #EA3C3C;
margin: 0 0 56px;
padding: 12px 36px;
border-image: initial;
display: none;
}

I checked it and it works for me.
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 3:37 pm
Thanks Thanks Its works Solved :)
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 3:46 pm
I'm glad I could help.
See you around...
User avatar
Platinum Boarder


cron