generalexperts Posted February 22, 2014 Share Posted February 22, 2014 (edited) I am trying to change the colors of the these two buttons below. I would also like them aligned where the "Add to cart" button currently sits. When I change the color in product_list.css they both change. My site is http://tinyurl.com/n5pfy52 . Thank you! I had previously put in this code which allowed me to move the add to cart button up. #product_list li .ajax_add_to_cart_button {background:#25aae1;margin-right: -67px;margin-top:-40px;padding-left:15px;top:120px;width:62px;z-index:10px;} I also have this in there which might be messing things up, but I've tried different variations with and without it and it didn't do anything: #product_list li .cart_button {background:#25aae1;} This is what I think would change the color of the View button but it does nothing... #product_list li .lnk_view {display:block;margin-top:15px;padding:0 10px;border:none;font-weight:bold;color:#F90;background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent} Edited April 21, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
generalexperts Posted February 23, 2014 Author Share Posted February 23, 2014 Can this be edited from the product_list.css? Or a different file? Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 you want to display them inline? something like: ? Link to comment Share on other sites More sharing options...
generalexperts Posted February 23, 2014 Author Share Posted February 23, 2014 Yes, aligned and most importantly different colors. Thanks Vekia! Link to comment Share on other sites More sharing options...
generalexperts Posted February 25, 2014 Author Share Posted February 25, 2014 Would you be able to provide details on how to make the change of alignment and colors? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now