When i make submenues for position (header3) the display not work.
.header-3 .active > a {
color: var(--primary) !important;
}
.module .mod-list > li.active > a {
color: var(--primary);
}
.module .mod-list > li.active > a {
color: var(--primary);
}
sidecol-a, .sidecol-b .mod-list > li.active > a {
color: var(--primary);
}
.sidecol-2b .mod-list > li.active > a {
color: var(--primary);
}
.j51imagehover148 .j51imghvr-item {
padding: 0px 5px;
}
Hello
1. May we misunderstand your request. When we navigate to Aktuell -> Stellenangebote, the 'Stellenangebote' menu item in the side column menu is displayed in pink (tested in Chrome and Firefox). Is this correct?
- No not the menu "Aktuell" but the menu from header-3 "Über uns" and then the side menu in Sidecol. If you click on a menu entry (active) there was not pink.
![]()
2. To increase the spacing between items in your Imagehover module you can use the Horizontal Margin and Vertical Margin fields in your module settings.
I tried that yesterday but it did not work. Now it seems to work.
Ciaran
.module .mod-list > li.active > a,
.module .mod-list > li.current > a {
color: var(--primary);
}