Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need some help with sideboxes and such

Need some help with sideboxes and such

Locked

Views: 812

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Dec 2007, 4:06 PM
#1
knight74 avatar

knight74

New Zenner

Join Date:
Oct 2006
Location:
Madison, WI
Posts:
20
Plugin Contributions:
0

Need some help with sideboxes and such

Hi all, thanks to those who left a message to me last week. Couple more questions. The Website I am working on is www.LoftyIdeasDesigns.com I need some input on how to achieve the following:

The Information boxes - Information and Important Links - Il want some sort of separation - bolding, centering, bullets, something in those boxes. Ideas?

The handprints - missing one for "featured product" in same box. Ideas?

10 Dec 2007, 7:28 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Need some help with sideboxes and such

The missing handprints will require the same custom code that has been added to tpl_categories.php to be applied in the featured and all products sections of the file. It loops through the categories so the image is applied to all the categories, but then goes through the featured/new/all/specials individually.

You could style
#informationContent li {
display: list-item;
list-style: inside url(../images/smallhand.gif) disc;
margin-bottom: .3em;
padding-bottom: .3em;
border-bottom: 1px dotted #ababab;
}

Adjust to taste. Load the smallhand.gif into your /includes/templates/your_template/images/ folder where template images belong.

P.S. - Your site is not "Powered by Argus Ventures, LLC", it is powered by Zen Cart. You didn't write the software engine. You can say "Designed by Argus Ventures, LLC".