Home › Forums › Jevelin Theme › Header menu questions
Home › Forums › Jevelin Theme › Header menu questions
1.) Is it possible with this theme to have a split header with logo in the center? In other words, have a few menu items to the left, the logo in the center and a few more items to the right of the screen? Something like is seen here: https://www.heroesandhorses.org/
2.) When going to settings –> header and choosing the style 2 dropdown style, where do you go to change the shadow color. I’ve changed every color I can find from blue to a different color and that shadow remains blue. Where am I missing it?
Thank you!
Hi @uinpink,
I hope you are well today and thank you for your questions.
1.) Is it possible with this theme to have a split header with logo in the center? In other words, have a few menu items to the left, the logo in the center and a few more items to the right of the screen? Something like is seen here: https://www.heroesandhorses.org/
Currently the theme doesn’t provide any such Header style.
2.) When going to settings –> header and choosing the style 2 dropdown style, where do you go to change the shadow color. I’ve changed every color I can find from blue to a different color and that shadow remains blue. Where am I missing it?
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
URL provided in private information now.
Solution for this topic
To change that color please add 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
.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu) ul li:hover > a { background-color: #9E9E9E; }
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
Got it. Thanks!
You are always welcome here 🙂