wormwoodrocks Posted June 28, 2014 Share Posted June 28, 2014 Hi, Thank you in advance for any help, this forum is brilliant. I have the template below and would like to change the colours of the 'add to cart' buttons and the tee info text also in the same light blue colour. Was just wondering if this was a module change, preferences or coding, help to find the folder if its any of these would be great. http://www.templatemonster.com/demo/46845.html Many thanks for your help. Dd Link to comment Share on other sites More sharing options...
dioniz Posted June 28, 2014 Share Posted June 28, 2014 That site have ccc turned on so its hard to say what file but it's probably global.css. Button code: a.btn_add_cart { background: none repeat scroll 0 0 #3edcff; color: #292929; } Change #3edcff to desired bg color and #292929 to change btn text color What do you mean by tee info text? Product name maybe? 1 Link to comment Share on other sites More sharing options...
wormwoodrocks Posted June 28, 2014 Author Share Posted June 28, 2014 That site have ccc turned on so its hard to say what file but it's probably global.css. Button code: a.btn_add_cart { background: none repeat scroll 0 0 #3edcff; color: #292929; } Change #3edcff to desired bg color and #292929 to change btn text color What do you mean by tee info text? Product name maybe? Thats brilliant thank you exactly what i needed, thank you. Link to comment Share on other sites More sharing options...
wormwoodrocks Posted June 28, 2014 Author Share Posted June 28, 2014 (edited) A Edited June 28, 2014 by wormwoodrocks (see edit history) Link to comment Share on other sites More sharing options...
wormwoodrocks Posted June 28, 2014 Author Share Posted June 28, 2014 That site have ccc turned on so its hard to say what file but it's probably global.css. Button code: a.btn_add_cart { background: none repeat scroll 0 0 #3edcff; color: #292929; } Change #3edcff to desired bg color and #292929 to change btn text color What do you mean by tee info text? Product name maybe? Any chance i could ask you one more thing, where would i find the logo size code? Iv changed the logo in ftp, but the sizing is wrong so its squashed, I think i need to change the pararmetres in the code, but dont know whare to look? thanks in advance. Dd Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 size of the logo is automatically defined based on size of picture you uploaded you can try to resize it with coding like: #header_logo img { width:100px!important; height:auto!important; } 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