Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Location
    Madison, WI
    Posts
    20
    Plugin Contributions
    0

    Default 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?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default 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".

 

 

Similar Threads

  1. need help with custom sideboxes header graphics
    By GoldBuckle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Apr 2012, 02:30 PM
  2. I finally got the site live and now need help with some tweaks
    By sendmenews in forum General Questions
    Replies: 5
    Last Post: 12 Oct 2011, 02:22 PM
  3. Need help With Categories and Sideboxes
    By boogily in forum Basic Configuration
    Replies: 3
    Last Post: 19 Oct 2009, 02:04 AM
  4. HELP! I ready need help with some modifications
    By missinglife in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 3 Oct 2009, 08:02 PM
  5. Need Some help with transfer
    By tim2255 in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 10 Nov 2008, 07:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg