Author |
Topic  |
|
jack208
VP-CART New User

Malaysia
116 Posts |
Posted - November 24 2015 : 01:59:50
|
Which CSS code do I change to apply a new color (say orange) to the buttons eg the DETAILS button in a product item.
thanks. |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - November 24 2015 : 05:59:29
|
Hey Jack, You can edit button color code in main-responsive.css. search : form .submitbtn { margin-bottom: 10px; background-color:#FF6600;}
|
Edited by - danielrichardson on November 24 2015 06:02:43 |
 |
|
ryo_best
VP-CART New User

90 Posts |
Posted - November 24 2015 : 14:56:25
|
hi daniel, is this apply all button in whole website, or just for product ?, is there any css that I should also modifiy ? |
 |
|
jack208
VP-CART New User

Malaysia
116 Posts |
Posted - November 25 2015 : 00:13:49
|
Thanks Daniel. The form buttons are now changed. Ryo, so far I''m seeing the background color change for the buttons in the checkout forms.
Daniel, do you know where do I apply CSS changes if I also wish to change the background color for the buttons in the Featured Products sidebox etc? TQ |
 |
|
[email protected]
VP-CART New User

149 Posts |
Posted - November 25 2015 : 11:51:49
|
Try basic-styles.css (around line 274, could be a bit off because I''ve done custom work): .submitbtn, #vp_bodycontent a.submitbtn, .default-btn-style, .btn-default { background-color: [your colour]; border: 0px; border-radius: 3px; color: #fff; padding: 5px; }
or
basic-styles.css (around line 248, could be a bit off because I''ve done custom work):
.global-background-color, .scrollToTop_default, .scrollToTop_default:hover, #scrollUp, #vp_bodycontent a.submitbtn { background-color: [your colour]; color: #fff; } |
 |
|
[email protected]
VP-CART New User

149 Posts |
Posted - November 25 2015 : 11:53:00
|
Do you use Google''s Inspect element? I love it for helping me find exactly where to change things in css (and also to experiment beforehand to test out my css trials without having to upload all the time) |
 |
|
ryo_best
VP-CART New User

90 Posts |
|
|
Topic  |
|