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.
Good morning
I would like to replace in the footer, the beige image with the drawing by a plain blue background. How should I do it?
Thanks!
Hi cvforum,
For the law image, you just need to go to Appearance > Theme File Editor choose style.css area and there you can find this CSS code:
/* Footer: Background Decoration Image */ footer.site-footer { background: url(https://demo-content.kaliumtheme.com/law/wp-content/uploads/2018/10/footer-law.png) no-repeat 105% 140%; background-size: 477px auto; border-top: 1px solid #eae9e4; background-color: #f7f6f2 !important; }Now, you can remove or comment on this code:
or change its image link area if you want to replace it:
Thanks!