Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default 3 small template problems

    Hi,

    I’m having three small template problems with upgrading my site to the current version. I've search the forums, and used the firefox web-developer, and cannot find a fix. Here is a link to the test site:

    http://www.vintageknits.net/new_store/

    any help with this is appreciated. Here are the problems:

    1. How to change the navigation breadcrumb (the navigation bar across from the categories) a:visited color from the dark green to: color: #C4BE9F

    2. How to change the shopping cart sidebox (you need to add something to the cart) a:hover, and a:link to red, #FF000.

    3. In the manufacturer’s sidebox, how to remove the small gap that goes down the left side of the box.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,892
    Plugin Contributions
    96

    Default Re: 3 small template problems

    1) #navBreadCrumb a:visited { color: #C4BE9F; }
    2) #shoppingcartwithrewardsHeading a:link, #shoppingcartwithrewardsHeading a:hover { color: #FF0000; }
    3) #manufacturersHeading label { padding: 0; }

    For each of these, I used the FireBug add-on to FireFox which displays the HTML structure and its associated CSS mark-up so that I could see which CSS selectors to use and, in the case of #3, what structures were causing the layout to "go wonky".

 

 

Similar Threads

  1. 3 Small problems :(
    By Ambitions in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 May 2010, 04:45 PM
  2. 2 small problems
    By trouble706 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Oct 2008, 09:57 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