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.
Hello,
I'm after changing the footer background image. I didn't find any control enabling it in the widget editor. The image is part of the child 'Restaurant Kalium theme' – nevertheless, we are using the single page theme for other purposes and sushi styled footer doesn't help us much 👼🏻
I have looked into the CSS and it is linked directly from demo servers, so removing it from the media library won't help neither.
Appreciate your directions and ideas!
Have a great day ☀️
Daniel
Hi Daniel,
For the sushi image, you just need to go to Appearance > Theme File Editor choose Stylesheet (style.css) area and there you can find this CSS code:
/* Footer: Background Decoration Image */ footer.site-footer { background: #222 url(https://demo.kaliumtheme.com/restaurant/wp-content/uploads/2017/08/sushivogel.png) no-repeat 118% 140% !important; background-size: 600px auto !important; }Then you can remove or change the image link area if you want to replace it:
Have a nice day!