PenciDesign Supporter replied
Hi,
1. Please add the following CSS to your site:
#navigation .menu > li > a:hover,
#navigation .menu li.current-menu-item > a,
#navigation .menu > li.current_page_item > a,
#navigation .menu > li:hover > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li.current-menu-item > a,
#navigation .menu .sub-menu li a:hover,
#navigation .menu .sub-menu li.current-menu-item > a,
#navigation .sub-menu li:hover > a { transition: 0.3s all ease-in-out; }
2. You can change the header hover color by adding the following CSS code:
#navigation:hover {
background: #000;
transition: 0.3s all ease-in-out;
}3. Navigate to Appearance > Customize > Logo & Header > Logo: change the logo size at:
- Set A Max Width for Logo
- Set A Height for Logo Image
4. Add the following CSS code to your site:
.is-sticky #navigation {
background: transparent;
transition: 0.3s all ease-in-out;
}Regards,
PenciDesign.