26.01.2018, 15:59
(This post was last modified: 26.01.2018, 16:21 by Erwin van der Zwart.)
Hi,
Vis Graphics ->Edit Custom CSS
Sample:
BR,
Erwin
Vis Graphics ->Edit Custom CSS
Sample:
Code:
.navbar-inner, .nav .active .a, .nav .active .a:hover, .nav .a.active{
background-image: linear-gradient(#534767, #143111);
}
a, .a{
color: #08c;
}
.nav .a:hover {
box-shadow: inset 0 0 0 1px #08c;
}
BR,
Erwin