Hi..
Please add below css into custom css editor.
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
background-color: #000 !important;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
background-color: #000 !important;;
}
.dropdown-menu {
background-color: #000 !important;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover{
color:#fff !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #000;
}
Save the changes.
Thanks.
I don’t want to change anything in the navigation. I want to change the color of a link in the page content. You can see the blue links for “Controllers”, “Pumps” etc. Thank you.
hi..
Please add below css into custom css editor.
.fl-rich-text h4 a {
color: #777 !important;
}
.fl-rich-text h5 a {
color: #777 !important;
}
Save the changes.
Thanks.