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.
Hi there,
I would like to remove the Google Map from the contact page. Is that possible?
Best regards,
Nick
Hi Nick,
Follow the instructions in the GIF image below to remove the maps from the contact page:
(view large version)
Best regards,
Laborator Team
Thanks Art! Would it be possible to add a background image to the Contact page template?
I can use css:
.oxygen-top-menu.page-template-contact-php .wrapper>.main {
background: url(/wp-content/uploads/2019/03/image.jpg);
}
But the image repeats. I would like to have it fullwidth. Any tips?
Thanks!
Hi again,
Use this instead:
.oxygen-top-menu.page-template-contact-php .wrapper>.main { background: url(/wp-content/uploads/2019/03/image.jpg) no-repeat !important; background-size: 100% !important; }Best regards,
Laborator Team
Thanks again!
One more question: are there settings for text links somewhere? I noticed the font of the text is changed when it's a link. Please see the attached image.
Best regards,
Nick
Hi there,
Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.
P.S. make sure you've disabled the Maintenance/Coming Soon mode
Best regards,
Laborator Team
Hi there,
Add this CSS to Custom CSS:
.widget_text .textwidget p { font-family: "Raleway", sans-serif !important; color: #333333; font-weight: normal; }Best regards,
Laborator Team