Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default How to remove css link decorations from images

    I can't figure out the css override declaration for the link/visited/hover/active styles that appear on my images.

    I've tried #divname img a:link {color: none !important; } and other things but none work.

    Can you tell me the correct position in the css and css setting to turn this off for linked images?

    There is a
    a:visited { color: #12345 } etc. and a 'form a:visited { color: #12345; } etc. that are setting the style currently and I am trying to override them.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to remove css link decorations from images

    URL to the site?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to remove css link decorations from images

    http://artbeautiful.com

    Click any Category on the left, click any image and you'll see the borders around the prev-listing-next images near the top center. One example.
    Thanks.

  4. #4
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to remove css link decorations from images

    I do use Firebug. I guess I just know too little to be effective on this.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How to remove css link decorations from images

    There are a number of things going on in your stylesheet which I'm not clear on, but if

    Code:
    form a:link { color: #C35725; }
    form a:visited { color: #C35725; }
    form a:hover { color: #888; }
    form a:active { color: #C35725; }
    is removed, the darker outline disappears, but is replaced by another color.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: How to remove css link decorations from images

    I know. Any suggestions?

 

 

Similar Threads

  1. How to remove Additional Images Enlarge Link from the picture
    By XxDrAg0nxX in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 May 2009, 08:41 PM
  2. how to remove a link from category title
    By DCSstrategy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Jul 2008, 12:08 PM
  3. Trying to clean up hyperlink decorations from images
    By dbrewster in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Feb 2008, 06:34 PM
  4. Replies: 2
    Last Post: 7 Feb 2008, 03:21 PM
  5. How to Remove Zen-Cart Logo from CSS Flyout Menu
    By bsteinagel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Jan 2008, 12:08 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