1/ Yes, the colors for hover & activate is the same. If you want to ajust the color for activate menu items, you can try add more this code to Customize > Custom CSS:
#navigation.menu-item-padding .menu > li.current-menu-item > a,
#navigation.menu-item-padding .menu > li.current_page_item > a,
#navigation.menu-item-padding .menu > li.current-menu-ancestor > a,
#navigation.menu-item-padding .menu > li.current-menu-item > a{
background-color: #ffff00;
}
#navigation .menu li.current-menu-item > a,
#navigation .menu > li.current_page_item > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li.current-menu-item > a{
color: #6eb48c;
}
Change 2 color codes above to color code you want for activate menu.
2/ Yes, by default some header style doesn't support for display logo on main navigation for mobile.
But, you can use option for enable logo on main navigation on mobile via Customize > Colors and Header Options > Display Logo on Horizontal Navigation on Mobile
Hover color acting randomly.
Sometime it shows hover color on the category being hovers on (which it should)
But, other time it also permanently highlights the opened category. How do i sort this out.
Also, for many header styles, the logo doesn't show on tablet size and mobile version.
Hi,
1/ Yes, the colors for hover & activate is the same. If you want to ajust the color for activate menu items, you can try add more this code to Customize > Custom CSS:
Change 2 color codes above to color code you want for activate menu.
2/ Yes, by default some header style doesn't support for display logo on main navigation for mobile.
But, you can use option for enable logo on main navigation on mobile via Customize > Colors and Header Options > Display Logo on Horizontal Navigation on Mobile
Best Regards,
PenciDesign