OwlCyberSecurity - MANAGER
Edit File: _menu-footer.scss
.ova-menu-footer { .menu { margin: 0; padding: 0 15px; flex-wrap: wrap; column-gap: 40px; li { &.current-menu-item, &.current-menu-parent { > a { color: var(--primary); } } &::marker { font-size: 11px; color: #D0D0D0; } } a { transition: all .3s ease; position: relative; font-weight: 500; color: #D0D0D0; text-decoration: none; &:before{ position: absolute; content: ''; width: 0%; height: 1px; left: 0px; bottom: 0px; transition: all 500ms ease; background-color: var(--primary); } &:hover{ &:before{ width: 100%; } } } .sub-menu { list-style: none; padding: 0 15px; } } }