Cache is off, compression css files is off, compress javascript is off, compile scss to css is off.
After a few hours most of the colors seems to work, but the social media bottons are not working on smartphone.
last week you gave me:
#sppb-addon-wrapper-3d5bbec3-2307-42e9-9902-0f66d5f74fe1,
#sppb-addon-wrapper-349cbe32-bc13-4b12-9a8e-4b60f308366c {
z-index: 9;
}
But I changed the layout, and now the social media buttons are not working anymore. I must change the z-index again?
Height of header is not working when i'm using the options of the template, only when i use a height in custom.css
this is my custom.css again
/*knoppen social media laten werken op smartphone en tablets*/
#sppb-addon-wrapper-3d5bbec3-2307-42e9-9902-0f66d5f74fe1,
#sppb-addon-wrapper-349cbe32-bc13-4b12-9a8e-4b60f308366c {
z-index: 9;
}
/*achtergrondkleur header en hoogte header*/
#sp-header {
background: #000000;
height:75px;
}
#sp-header.header-with-modal-menu {
color: #252525;
}
#sp-header.header-with-modal-menu a {
color: #af9462;
}
.fa-solid, .fas, [class*=" icon-"], [class^=icon-] {
color: #af9462;
}
/*kleur streepjes bij offcanvas*/
.burger-icon>span {
background-color: #af9462;
}
#sp-header.header-with-modal-menu a:hover {
color: #85724d;
}
/*kleur menu-items offcanvas*/
#modal-menu .sp-megamenu-parent>li:hover>a, #modal-menu .sp-megamenu-parent>li:hover>span, #modal-menu .sp-megamenu-parent>li.active>a, #modal-menu .sp-megamenu-parent>li.active>span {
color: #af9462;
}
/*kleur afsluitkruisje bij offcanvas*/
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
background-color: #af9462;
}