Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hey,
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!
Hi 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 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!