• Can I get the css to change the link color? Not the links on the nav bar but just the links on a page to a url. Right now it’s light blue and dark blue on hover and I’d like them to be black and the light blue on hover. LINK

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter bjbaron

    (@bjbaron)

    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.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you very much.

    Most Welcome..

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘link Color’ is closed to new replies.