Home › Forums › Jevelin Theme › Hamburger and X color
Home › Forums › Jevelin Theme › Hamburger and X color
Hi I have tried to find a way to change the color of the hamburger and X on the mobile menu. But couldn’t find it in the CSS. The background color is fine, no need to be changed. Please help.
Elton
Hi Elton,
I hope you are well today and thank you for your question.
You can achieve its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span, #page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span:after, #page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span:before { background-color: #000 !important; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team