Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    72
    Plugin Contributions
    0

    help question Rollover Images Buttons

    When I add something to my cart and roll over certain images, it does a hover effect.

    http://trudesign.org/truche/index.ph...=shopping_cart -- you might have to add something to the cart to see what I mean.

    Please can someone help me? Its only on certain button images like checkout, continue shopping, etc. Where can I make it so that when you roll over image buttons, nothing happens, esp. no hover. Without changing my link buttons now.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Rollover Images Buttons

    Try adjusting this setting in the stylesheet.css for your template removing the background color on hover:
    From:
    Code:
    .hovertext {
      color: #ffffff;
      background-color: #bf250b;
      text-decoration: none;
    To:
    Code:
    .hovertext {
      color: #ffffff;
      text-decoration: none;
    And you are still using an older version of ZenCart and you should start thinking about upgrading and follow the suggested procedure to do this so that your live shop is not impacted
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. rollover submit buttons
    By airscopes in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 22 Feb 2011, 10:59 PM
  2. Rollover buttons not appearing
    By Jeffries Productions in forum General Questions
    Replies: 1
    Last Post: 1 Oct 2009, 06:41 PM
  3. CSS Image Rollover Buttons
    By karazy in forum General Questions
    Replies: 0
    Last Post: 19 Aug 2008, 04:45 AM
  4. Image rollover buttons
    By jazperson in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Dec 2006, 06:51 AM

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