Reply To: How can I Edit the header and footer layout of Kampina
Support Forums › Kampina › How can I Edit the header and footer layout of Kampina › Reply To: How can I Edit the header and footer layout of Kampina
July 4, 2024 at 7:47 pm
#161
Keymaster
Hi Moz,
Please, add this styles to Appearance -> Customize -> Additional CSS
:
.site__header__button--search {
display: none;
}
@media (min-width: 782px) {
.site__header__button__list {
margin-left: 0;
}
}
.site__header .menu-item-4590 a {
background: var(--kampina--color--secondary);
padding-left: 16px;
padding-right: 16px;
border-radius: 20px;
transition: opacity var(--kampina--transition-speed) var(--kampina--transition-timing-function);
}
.site__header .menu-item-4590 a:hover {
opacity: 0.6;
}
.site__header .menu-item-4590:after {
content: none !important;
}
@media (min-width: 992px) {
.site__footer__area__col--1 {
max-width: 39%;
}
.site__footer__area__col--2 {
max-width: 23%;
}
.site__footer__area__col--3 {
max-width: 23%;
}
.site__footer__area__col--4 {
max-width: 15%;
}
}
Best regards,
TigriWeb Team