Hi There!
I wanted my navbar to look like this, https://prnt.sc/ltuy90.
My idea is to set the navbar background image as png so you can see the body background behind. I read a few sample fixes and added this code in global css…
.x-logobar, .x-navbar {
background-color: transparent !important;
}
.masthead{
background-image: url(http://www.alyarmstrong.co/wp-content/uploads/2018/12/header.png) !important;
background-size: cover !important;
}
But it doesn’t show the transparency as I was hoping for. How can I fix this?
Thank you!