Page 7 of 15 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 149
  1. #61
    Join Date
    Mar 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    I am not sure if this is possible: I want my website store to look simple like http://thetruelightministry.org/dEMO/store.html . So far I have designed the store ( www.thetruelightministry.org/store ) with some tough coding but now I am not able to:

    1. change top nav fonts
    2. remove the sidebox space
    3. make my footer bar background to be like the demo website.
    4. make products inside the category to be same like the category grid (3 items per column)

    I would really appreciate if anyone would provide some hints, links, or suggestion.

    Thank you so so much in advance!!!

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

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by remops View Post
    Hi need some help.

    I would like to change the look and size of the add to cart button

    I tried this just to see if it worked on a base color change

    span.normal_button.button_in_cart_sm {
    background-color: blue;
    }
    ispan.normal_button.button_in_cart_smHover {
    background-color: red;
    }


    It did not

    Thanks in advance
    A link to your site would help. If you're not ready to have it indexed, specify it as www (dot) example (dot) com.

    You might also try removing the _sm suffix from the button name, unless you've got a highly customized cart there's no such button as button_in_cart_sm.gif.

  3. #63
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by refinerztouch View Post
    I am not sure if this is possible: I want my website store to look simple like http://thetruelightministry.org/dEMO/store.html . So far I have designed the store ( www.thetruelightministry.org/store ) with some tough coding but now I am not able to:

    1. change top nav fonts
    2. remove the sidebox space
    3. make my footer bar background to be like the demo website.
    4. make products inside the category to be same like the category grid (3 items per column)

    I would really appreciate if anyone would provide some hints, links, or suggestion.

    Thank you so so much in advance!!!
    You might get better luck posting this in the general "Templates, Stylesheets, Page Layouts" area; your questions have nothing to do with the CSS3 Buttons plugin.

  4. #64
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    A link to your site would help. If you're not ready to have it indexed, specify it as www (dot) example (dot) com.

    You might also try removing the _sm suffix from the button name, unless you've got a highly customized cart there's no such button as button_in_cart_sm.gif.
    http://www.thetissueboxcoverstore dot com/index.php?main_page=product_info&cPath=16_6&products_id=39


    thanks

  5. #65
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by remops View Post
    Hi need some help.

    I would like to change the look and size of the add to cart button

    I tried this just to see if it worked on a base color change

    span.normal_button.button_in_cart_sm {
    background-color: blue;
    }
    ispan.normal_button.button_in_cart_smHover {
    background-color: red;
    }


    It did not

    Thanks in advance
    Try this, instead, since the add-to-cart button is a submit-type one:
    Code:
    input.submit_button.button_in_cart { background-color: blue; }
    input.cssButtonHover.button_in_cart { background-color: red; }

  6. #66
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    Try this, instead, since the add-to-cart button is a submit-type one:
    Code:
    input.submit_button.button_in_cart { background-color: blue; }
    input.cssButtonHover.button_in_cart { background-color: red; }
    THAT DID IT!

  7. #67
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    Woo-hoo!

  8. #68
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    I have some buttons that are not working as css. example my "product detail" button and my update cart button. Is this controled by the button_name.php file?

    thanks

  9. #69
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: CSS3 Buttons [support thread]

    "not working" is pretty open for interpretation, would you post a link to your site?

    I'm not sure what your "Product Detail" button is, but if it's a rename of the "More info ..." link, then it's a plain-old HTML anchor link that isn't formatted via one of the Zen Cart button-related functions.

    The 'Update Cart' button on the shopping_cart page is not a button per-se, it's an icon and is displayed with the zen_image function instead of zen_image_submit, so it won't be formatted as a CSS button.

  10. #70
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: CSS3 Buttons [support thread]

    Quote Originally Posted by lat9 View Post
    "not working" is pretty open for interpretation, would you post a link to your site?

    I'm not sure what your "Product Detail" button is, but if it's a rename of the "More info ..." link, then it's a plain-old HTML anchor link that isn't formatted via one of the Zen Cart button-related functions.

    The 'Update Cart' button on the shopping_cart page is not a button per-se, it's an icon and is displayed with the zen_image function instead of zen_image_submit, so it won't be formatted as a CSS button.
    not working

    Don't you just love it. The css type button is not replacing the gif button. You are correct that this is the common "more info"

    The update is the update cart button where some use a circled with arrows gif.

    Link http://www.rjfinewood.com/wood-tissue-box-cover/

    Thanks for your help

 

 
Page 7 of 15 FirstFirst ... 56789 ... LastLast

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