Comments 4sstio45 started the conversationOctober 22, 2020 at 7:38amHey,I am trying to change the Cart Ribbon Background Color. I tried it like this: .cart-ribbon a .cart_content span.bucket { background-color: #f44d61 !important; } .cart-ribbon a .cart_content { background: #f44d61 !important; } .cart-ribbon a .bucket-bottom { border: 0 solid #f44d61 !important; } It changes the top of the bucket but not the bottom. How can i change this? Thanks! [deleted] repliedOctober 22, 2020 at 7:58amHi sstio45, When you add !important rule you are overwriting other border styles (see video). Please add this CSS code: .cart-ribbon a .bucket-bottom { border: 0 solid #f44d61; border-bottom-color: transparent; border-width: 8px 32px; } It should work now1 Like 4sstio45 repliedOctober 22, 2020 at 8:02amTHANKS! WORKED1 Like[deleted] repliedOctober 22, 2020 at 8:02amHappy to hear thatHave a nice day ahead. Will set this ticket as solved from here. P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab. A huge thank you from me and Laborator in advance. 4sstio45 repliedOctober 22, 2020 at 8:11amI just changed to this theme and I love it. I am going to use it for all my future projects for me and my customers!!5-star is coming ;)1 Like[deleted] repliedOctober 22, 2020 at 8:20amThank you very much for your kind words and your ratingHave a nice day! Sign in to reply ...
Hey,
I am trying to change the Cart Ribbon Background Color.
I tried it like this:
It changes the top of the bucket but not the bottom. How can i change this?
Thanks!
Hi sstio45,
When you add !important rule you are overwriting other border styles (see video).
Please add this CSS code:
It should work now
THANKS! WORKED
Happy to hear that
Have a nice day ahead.
Will set this ticket as solved from here.
P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from me and Laborator in advance.
I just changed to this theme and I love it. I am going to use it for all my future projects for me and my customers!!
5-star is coming ;)
Thank you very much for your kind words and your rating
Have a nice day!