Dear team,
on my website: https://www.girisunyata.org/
I’m trying to remove the square container around the mobile burger menu. To leave just three lines. I’m using pro but no custom header or footer, just the one that’s there from the start.
I’ve found a way in the forum to get it in the right color by using the following CSS. But wasn’t able to figure out the other part.
This code:
.masthead-inline .x-btn-navbar {
color: #8a483a;
margin-left: 15px;
margin-right: 15px;
}
Also, I found this code to change the background color of my footer:
footer.x-colophon {
background: #ffebcd;
}
Would it be possible to adjust the colors the menu, extra text, hover etc?
Thank you in advance,
Darryl

