Hi,
at my website http://baumschule-vonderstrass.de on the mobile viewport the burger-icon is white. How can I change this to #556c29? And could I have here more space on the right and left borders?
Thanks,
Max
Hi,
at my website http://baumschule-vonderstrass.de on the mobile viewport the burger-icon is white. How can I change this to #556c29? And could I have here more space on the right and left borders?
Thanks,
Max
Hi Max,
Please add this code in the custom CSS:
.masthead-inline .x-btn-navbar {
color: #556c29;
margin-left: 15px;
margin-right: 15px;
}
Hope this helps.
thanks a lot, that works fine!
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.