Have u figured out how to take the padding out of the product image on this template?
html > body .welcome-page uo-container > div #page-container > div #page-container2 > div #content-container > div #content-container2 > div #center > div #center-main > div .dialog products-dialog dialog-featured-list list-dialog > div .content > div .products products-list > div .item > div .image > div .image-border
table, img (line 56)
{
border-top-width: 0px;
border-right-width-value: 0px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0px;
border-left-width-value: 0px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}
.products .image a.image-link:link img, .products .image a.image-link:visited img, .products .image a.image-link:hover img, .products .image a.image-link:active img (line 1246)
{
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
.products .image a.image-link:link img, .products .image a.image-link:visited img, .products .image a.image-link:hover img, .products .image a.image-link:active img (line 1246)
{
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
Quote:
Originally Posted by jdkerr
Have started the process of migrating products over to my new store, and really enjoy the ease of getting them in and customized. The one item that I still need to customize is the default home page for the site.
On the home.php page (the default page that opens when you visit the store), is it best to edit the home.php file directly and put the HTML in there that we want, or does it belong in an attached file that is referenced by it?
Are there examples of the types of things that can be done with the default opening page? Want to make sure I am using all the features that might be there to show-off the new store!
Thanks..John
|