Shenzo Posted October 4, 2015 Share Posted October 4, 2015 I tried a lot but could not change background color of shopping cart bar shown in box in attached picture. I need to set its color to the same as navigation bar's. Can someone please provide code for custom.css or guide me how to do it? I am using Six theme in WHMCS 6.1.0 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 4, 2015 Share Posted October 4, 2015 I think with the order forms templates, you can't use custom.css - you need to directly edit style.css - in your case, standard_cart/style.css and change the entry below... #order-standard_cart .view-cart-items-header { margin: 0; padding: 8px 15px; background-color: #058; color: #fff; font-size: 0.9em; border-radius: 4px 4px 0 0; edit the value of #058 to the color of your navbar - #0F75BC 0 Quote Link to comment Share on other sites More sharing options...
Shenzo Posted October 4, 2015 Author Share Posted October 4, 2015 I think with the order forms templates, you can't use custom.css - you need to directly edit style.css - in your case, standard_cart/style.css and change the entry below... #order-standard_cart .view-cart-items-header { margin: 0; padding: 8px 15px; background-color: #058; color: #fff; font-size: 0.9em; border-radius: 4px 4px 0 0; edit the value of #058 to the color of your navbar - #0F75BC It worked! Thanks a lot. You are awesome:idea: I had no idea there could be other style.css for shopping cart. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.