Hello,
I’ve a small problem on https://www.emaginance.com
On tablet only (> 767px to 1206px), the 3 bars of the hamburger menu are not on same colo #464646. Just one bar is on #464646, the 2 others are white.
I’ve tested with : #top .header_color .av-hamburger-inner {background-color:#464646 !important} and this CSS code has permit to show 1/3 (the middle bar) in #464646 on tablet.
Thanks you for your help.
Hey Emaginance,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
background: #464646;
}
Then flush cache :)
Best regards,
Yigit
Hi,
Thanks you so much, works like a charm !
Hi Emaginance,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria