I am trying to reach a different look for the top branded navbar - like the attached image.
I did manage to change the logo size, but had no success with cancelling the backroung fade to grey color, adding the backround image or moving the logo to the right.
the code i have tried using is:
--------
.navbar .plbrand img { max-height: 75px;
}
.navbar .plbrand { color: #ffffff;
line-height: 75px;
align: baseline;
background-image:url(' ')
}
-------------------
and my website's here:












