-
-
Hello,
I’d like to change the color of the hamburger menu icon on my site to #185fa1, How do i do that? I can’t seem to find it elsewhere.
Cheers,
Kevin
- This topic was modified 5 years, 3 months ago by GTP_Dutchy.
-
Also i’m noticing the hamburgermenu geing white on the front page. But on the other pages it’s black. same goes for the typography in the menu.
roelofsmetrology.nl is the site if you’d like to see it.
-
Hello,
Please add this code into your Custom Css box in Customize > General > Custom Codes:
.cl-hamburger-menu span { background-color: #6b97ef !important; }
Let us know if this is what you wanted.
Best regards! -
This didn’t do anything for the desptop version. The three bars icon on the frontpage is still white and on all the other pages it’s still black. same goes for the typography in the menu. white on frontpage and black on the other pages. I want the typography in the menu to be white everywhere and the three bars hamburger menu icon to be blue everywhere.
edit: it does seem to display correct color on a mobile phone
- This reply was modified 5 years, 3 months ago by GTP_Dutchy.
-
Hello,
That’s because the header light style takes precedence. Please go to file style.css and find this line(1832):
@media (min-width:992px){ .cl-header-light .cl-hamburger-menu span{ background-color: #fff !important; } }
Remove
!important
from it. Save changes. Then add this css in Custom Css box:.cl-header-light .cl-hamburger-menu span { background-color: #009688 !important; }
Edit the color to your wish.
Best regards!
-
-
You must be logged in to reply to this topic.