04-08-2018, 04:06 PM
Code:
.navbar-default {
background: url(LINK) or COLOR;
border-color: black;
border-bottom-width: 0;
box-shadow: 0 -3px #FFE1ED inset;
}
Can be used to change the top bar navigation (still trying to figure out how to alter the hover appearance for that bar though... My edits in the developer tool show that they work but when I plug them in to my profile it suddenly doesn't compute, cry)
Code:
header ul.reset li, header ul.reset li a
{
color: black;
font-family: "Segoe UI";
font-size: 11px;
}
header ul.reset li a:hover
{
color: black;
text-decoration: none;
}
Can be used to change the color of user info in the header section (working on the nav menu drop down shit).
[align=center]