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!
First of all thank you for the theme... excelent tool....
Now to the topic.
He wants that the :before arrow allways show when i enter a category to show the subcategorys.... in red and active... i try to add custom css but i couldnt fix it .... i only can to add some color... PLEASE HELP ME WITH THIS 2 PROBLEMS
Data:
User: Tester_eurolink
pw: tester_eurolink
THANK YOU
Hi Daniel,
Firstly thank you for your kind words, your site is looking very good. Here are my answers to your questions:
1. This seems to be a theme issue, so here is a temporary fix for your till we solve this issue, because there are many factors that may cause this:
.single-portfolio.has-page-borders .wrapper {
min-height: 100%;
}
.single-portfolio.has-page-borders.sidebar-is-opened .wrapper {
margin-top: 22px;
}
To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).
2. To always show the left arrow add this Custom CSS:
.product-filter ul li.subcategory-back a i {opacity: 1;
}
This should work for you.