I want to edit one of the built in responsive navigation from a gradient colour to a simple block colour - #00c2d0;
so been at this for 3 hours with no joy...how can you change to one block of colour?
.navbar.pl-color-blue {
background-color: #00c2d0;
background-repeat: repeat-x;
border: none;
}
.pl-color-blue {
background: -moz-linear-gradient(center top , #6E9ED2 0%, #00c2d0 100%) repeat scroll 0 0 transparent;
}











