hippooflove Posted March 15, 2011 Share Posted March 15, 2011 Hi I need to change the size of the add to cart button and the background of the button in the product page on my site.I assume it is in the global.css files somewher but I do not know what I am looking for.Please can somebody give me a clue.thanksHippooflove Link to comment Share on other sites More sharing options...
echonetic Posted March 18, 2011 Share Posted March 18, 2011 Its a bit tricky.. If you edit the global.css, all the buttons that are the same class will be changed to whatever size you specify as well as you will have to make new button images to reflect the new size. which add to cart button do want to enlarge? all? home featured? product page? a little more info and we can work out a solution. Link to comment Share on other sites More sharing options...
PoSSeK Posted May 21, 2011 Share Posted May 21, 2011 Hi, i'm also interested on changing the product page button to a bigger and better one I know I have to add a new button in CSS, but I know nothing about css. Can anyone help please?thanks Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 22, 2011 Share Posted May 22, 2011 Edit global.css and make new css class for the new button. For example see the code below. After that, open the module TPL file, for example homefeatured.tpl and change default css class with your new one.Global.css Mynewbutton { width: 160px; background-image: url('../img/button-medium.png'); Homefeatured.tpl {l s='Add to cart' mod='homefeatured'} Link to comment Share on other sites More sharing options...
johnjohn Posted January 27, 2012 Share Posted January 27, 2012 can you tell me with more details how to do it i want in product page to change the image of add to cart button, and which line in global.css to wriye this code,thanks Link to comment Share on other sites More sharing options...
laurapessoa Posted April 23, 2013 Share Posted April 23, 2013 This is a question for Dreamtheme: I am using your Cakeshop theme and I would like to change the add to cart button (color, size...) only in product page. Can you help me with this? Thank you very much. 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