How do i change the color of the active menu item background in v3 custom theme
I want to change the color of the active menu item on both mobile and desktop.
I tried using this
but it is not affecting the element.
.fi .fi-sidebar-item .fi-active .fi-sidebar-item-active {
@apply active:bg-layout;
}
1 Reply
There were some posts asking the same before. Maybe you can find them via search.
but it is not affecting the element.Then your CSS selector is probably wrong or has not enough specifity.
active:bg-layoutAre you sure you only want this to happen when the elements is clicked? That's what
active:
stands for