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,
is there a way to change the color of the background of the pull down menu?
I would like to change it to be a little bit transparent. Or another color.
Thanks
Regards
Hilke
Hi Hilke,
Please add the code below to your Custom CSS area:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul { background-color: rgba(236, 72, 72, 0.9) !important; }:)
Hi Ylli,
What a fast answer :-0Did I do something wrong? It didn`t change :-(
Hi Hilkes,
The code is not executed because you are using a non-valid CSS code on the first line on your Custom CSS codes. You must remove the first line of code there.
More info on this screenshot:
(view on new page)
Ok
now it is working on all pages except the landing page.
Hi Hilkes,
Hmm, please remove the old CSS code and change with this new one:
ul.sub-menu { background-color: rgba(255, 77, 77, 1) !important; }Super!
Thanks!!!!
Hi Hilke,
You're welcome
P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from Laborator in advance and have an amazing day!
Will set this ticket as solved from here.