Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2007
    Posts
    126
    Plugin Contributions
    0

    Default Removing Underline

    Hello,
    I'm having trouble removing the underline from the images at the top (category images). I have changed the CSS quite a bit and still cannot get them removed. I've been working on this issue at the very bottom of the CSS file (so skip there if you need to).

    http://www.thriftydigitalcamera.com/...index&cPath=20

    CSS Location:
    http://www.thriftydigitalcamera.com/...stylesheet.css

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Removing Underline

    B,

    find your_template stylesheet.css

    Find this:
    1. div.box#greenleft a,div.box#greenleft a:visited { color:#000; text-decoration:underline;

    Replace with:

    1. div.box#greenleft a,div.box#greenleft a:visited {
      color:#000;}
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Nov 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Removing Underline

    That brought me closer to what I'm looking for. The only problem is then there are no underlines anywhere. I want the text to be underlined on hover but not the image. Perhaps I should split the link tags up to two link tags for the category images (as is already done for the product links below)? Anyway, I now have it with hover underline (like I like) but it is getting the image, too. See how it underlines the category images but not the product images below? Like I said, the link tags are split up to two parts for product images.

    http://www.thriftydigitalcamera.com/...=index&cPath=2

 

 

Similar Threads

  1. Removing the underline in categories listing
    By Massilla in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Feb 2008, 08:06 PM
  2. Underline Only Top Categories In Sidebox
    By ryanp in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Jun 2006, 12:41 PM

Bookmarks

Posting Permissions

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