Hello,
I want to change the gradient color of navigation menu links. I’ve inspected that it comes with the following code in custom CSS :
.menu-wrapper .menu>li>a:after {
background: linear-gradient(90deg,#1cbffa 0,#58e2b1 100%);
}
But when I change it even with !important, nothing happens, it is still as the original demo color.
So how or from where can I change that background color?
Thank you.