Jump to content

How can I change background color of shopping cart bar?


Shenzo

Recommended Posts

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

Shopping Cart Bar.jpg

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated