Custom Navigation Bar and Simple Footer
Your youtube video shows how to change the navigation bar color. https://www.youtube.com/watch?v=FD4VD-zF4CI&list=PLgyS0I0carLtV7csifxv1l9_HQMh0dEII&index=5
However, i can not find the right CSS code anymore. Can you please help? Thanks!
-
Official comment
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
Please sign in to leave a comment.
Comments
1 comment