Results 1 to 10 of 149

Threaded View

  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    The default (for the plugin, anyway) stylesheet_css_buttons.css contains the following towards the top:
    Code:
    .buttonRow a {
      text-decoration: none;
    }
    .button, input.button, input.cssButtonHover {
      -moz-box-shadow:inset 0px 1px 0px 0px #dbd8c0;
      -webkit-box-shadow:inset 0px 1px 0px 0px #dbd8c0;
      box-shadow:inset 0px 1px 0px 0px #dbd8c0;
      -moz-border-radius:6px;
      -webkit-border-radius:6px;
      border-radius:6px;
      display:inline-block;
      font-family:Verdana;
      font-size:13px;
      font-weight:bold;
      margin: 0;
      padding:3px 8px;
      text-decoration:none;
    }
    I'd need to create an account and make a purchase to be sure, but I'm guessing that you could just code:
    Code:
    .button, input.button, input.cssButtonHover {
      text-decoration:none;
    }
    to remove the underline attribute from all the buttons (normal and hover). If that doesn't work, you could PM me some test account credentials.
    Quote Originally Posted by DivaVocals View Post
    except for the font-family and the inline-block this is all the same.. I'll PM you credentials to see what I see..
    Thanks to my secret code ninja, I got the HINT I needed..

    I added this the the CSS button stylesheet:
    Code:
    /* Remove the text underline from the My Account Information page "View" buttons*/
    #tdcol6 a {text-decoration: none;}
    
    /* Remove the text underline from the My Order History page "View" buttons*/
    .content a {text-decoration: none;}
    and dammed if that didn't do it!!!
    Last edited by DivaVocals; 1 Oct 2013 at 10:33 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  3. v150 CSS Buttons for Admin [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 24 Dec 2015, 09:13 PM
  4. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  5. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 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