Hi - How to change this black background to transparent to not have a black button on menu items
Regards
Hi - How to change this black background to transparent to not have a black button on menu items
Regards
Hi,
Thank you for reaching out to us. I am happy to help with your queries.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.main-navigation ul ul.sub-menu {
background-color: #4A81D2;
}
Regards,
Kharis
aThemes Support
Thank you - another time its working
so one more regarding this - how to add animation on sub menu items the same as on main menu with yellow lines?
Hi,
Thank you for getting back.
Try adding this CSS code:
.main-navigation ul ul a::before,
.main-navigation ul ul a::after {
display: block;
}
Regards,
Kharis
aThemes Support