• Now that Jetpack Custom CSS redirects to the Enigma Customize / General Theme Custom CSS area I find that any change I enter through the Custom CSS section does not preview there, and when I save the changes it is not reflected on the the web page.

    Can you confirm that Custom CSS is working or tell me what I am doing wrong when I paste something like this in the Custom CSS area:

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .dropdown-menu .active a {
    background-color: #686f73;
    }

    Love your theme! Thanks!

    Jeff

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your CSS “>” makes problem sometimes, So use CSS without “>”.

    Please use the below CSS –

    .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active  a:hover, .navbar-default .navbar-nav  .active a:focus, .dropdown-menu .active a {
    background-color: #686f73 !important;
    }
    Thread Starter dormaj

    (@dormaj)

    That worked.

    Thanks!

    Jeff

    You’re most welcome Jeff.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS not working’ is closed to new replies.