• Hello!

    We’d like to customize the navigation bar on our front page so that the text is easier to read. I managed to do this using the plug-in Simple Custom CSS and then realised that the customization was carried on to other pages as well, which is something we’d like to avoid. I’ve been fiddling about with the code using snippets I’ve picked up on the web as well as in this forum, but I can’t seem to make it work the way I want it to. Unfortunately I’m just a beginnner and would like to continue using Simple Custom CSS instead of manipulating the files on our server, so help please?

    Here’s our site.
    This code here does its job, but on all pages instead of just the front page:

    .navbar-header {
    	background:white;
      	opacity: 0.8;
    }

    When I add .home or .page-id-1508 and change the selector of the navbar-header, it negates the customization:

    .home#navbar-header {
    	background:white;
      	opacity: 0.8;
    }

    Thank you!
    Victoria

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Enyvisions

    (@enyhomes)

    The theme is Javo Home by the way! Sorry, I couldn’t figure out how to edit the post title.

    Thread Starter Enyvisions

    (@enyhomes)

    Problem solved, the lazy way, using Visual Composer. But if anyone could still tell me what would have been the proper way / the proper code, that would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize navigation bar on front page only’ is closed to new replies.