Hi,
I'm trying to change the t4-offcanvas-toggle color only on homepage to #fff.
At the moment it is:
.t4-offcanvas-toggle {
color: var(--headings-color);
}
But I don't want to change the headings-color in general and also not on standard layout.
Same with the caret icon:
.t4-megamenu .navbar-nav > li > a .item-caret.item-caret, .t4-megamenu .navbar-nav > li > .nav-link .item-caret.item-caret {
border-top-color: var(--mainnav-link-color);
}
The color of the caret icon should also be #fff but only on the homepage and I don't know how to get it.
Kind regards
Christian

