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 Support,
I'd like to have a full wide background image for my website, including the homepage which has s slideshow. Can you help me.
And I'd like to have the menu items in a column, to the right of the logo.
Thank you in advance.
Peter
Hi Peter,
Actually there is no "Built-in" feature for page background so you can do this with custom CSS:
Copy the following CSS:
.wrapper {background: url(http://www.bruud.nl/wp-content/uploads/2016/07/Collage-2-1-e1470685888421.jpg) no-repeat fixed;
background-size: 100% auto;
}
Then go to Edit page (the page you want to apply the bg) and paste the above CSS:
(view large version)
So you only need to change/set the image url, which is included in url(...).
About menu items, we use this option:
(view large version)
In our main demo to show menu items in right column.
Hi Arlind,
That works just fine! Thank you very much!
Hi Peter,
Great to hear that!
If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance!