Skip to main content

Comments

1 comment

  • Official comment
    Dorian Staten

    Hi Lito,

    Here is the CSS to change your navigation bar color:

    .paper-navigation {
      background-color: #000000;
    }

    And if you'd like to change the appearance of the menu links, here is the CSS for that:

    .paper-navigation li>a {
      font-weight: bold;
      font-size: 12pt;
      color: #ffffff;
    }

    .paper-navigation li>a:hover {
      font-weight: bold;
      font-size: 12pt;
      color: #ffffff;
    }

    Cheers!

     

    Comment actions Permalink

Please sign in to leave a comment.