Page 1 of 1

remove default AC7 graphic on home page (not the logo)

Posted: Wed Sep 17, 2008 3:40 pm
by mshaw
How to remove the AC7 graphic on the default.home page? How to edit layout:content?

Re: remove default AC7 graphic on home page (not the logo)

Posted: Wed Sep 17, 2008 11:54 pm
by mazhar
Please provide some more detail. About what graphics you are taking. If you are asking for the banner image shown beneath the menu then you can remove it by commenting the following code in CSS.

Code: Select all

.welcomeImage 
{
.........
.........
}
like

Code: Select all

/*
.welcomeImage 
{
........
........
}
*/
How to edit layout:content?
Log in as Admin to the store and then navigate towards the store side. Edit the page whose contents you wants to edit by selecting from the Mode dropdown near the bottom of the page. Now select a content page and then click the edit icon just next to the content scriptlets dropdown

Re: remove default AC7 graphic on home page (not the logo)

Posted: Thu Sep 18, 2008 8:47 am
by mshaw
The part I want to remove is the on the default page. it is the part above the featured product with the shopping bags with the able commerce logos on them and says new version 7.0

Re: remove default AC7 graphic on home page (not the logo)

Posted: Fri Sep 19, 2008 1:53 am
by mazhar
The part I want to remove is the on the default page. it is the part above the featured product with the shopping bags with the able commerce logos on them and says new version 7.0
The above code willl work fine for this case.

Re: remove default AC7 graphic on home page (not the logo)

Posted: Wed Sep 24, 2008 10:48 am
by mshaw
I have repeatedly removed the .welcomeimage from the css and the html table row on the default page that has this banner. It goes away and then the next time I go to the home page it reappears. I have removed it using the scriptlets and the files themselves. Why does this welcome banner keep returning?

Re: remove default AC7 graphic on home page (not the logo)

Posted: Wed Sep 24, 2008 11:26 am
by heinscott
Where are you trying to edit the scriptlet from? I've noticed that things will sometimes revert back to their original, pre-edit state after making a change from the front-end side when logged in as admin. Try editing the scriptlet offline, and re-upload.
That should make the changes permenant.

Scott