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.
It’s me again! This time I have a question that hopefully is an easy fix.
Using some code that I’ve found in previous tickets, I’ve added a black horizontal line to my white footer so that it is separated from the rest of my website content. However, the problem is that this line is full-width while the rest of my website is within a container, so it looks a little odd. I would like the footer line to be the same width as the container and preferably the same light grey color as the other horizontal lines on my site (see attached).
Can you please send me the CSS code for this? Thanks!
Hi Leanna,
Please add this code below to your Custom CSS area:
.footer-bottom-content {
border-top: 1px solid #000000 !important;
}
footer.main-footer {
border-top: none !important;
}
Worked perfectly, thank you!
Hi Leanna,
Glad to hear that
Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.
Will set this ticket as solved from here.