Hi,
How to achieve result as shown at the image below?
https://imgur.com/a/GhJt4Ue
Currently added custom code
#menu-main-menu-1 li:hover {
background-color: #1a1a1a;
}
.td-header-style-5 .sf-menu > li > a {
color: #fff !important;
}
Hi,
Is look like you achieve those results -> https://www.screencast.com/t/w5eM1oTbC
If you have more questions let us know!
Thank you!
Hi,
You need to hover your mouse over to ‘Adobe Form’. Then ‘Output Management’ text will become black. I want it to stay as white.
And for ‘Adobe Form’ dropdown, I want it to be the same level as ‘Output Management’. Currently it is slightly higher.
In total there are 2 changes which I want to make using CSS. Thanks!
Hi,
Please try this custom css
-> https://www.screencast.com/t/AiNXLJ9dT
.sf-menu .td-normal-menu ul ul {
margin: 0 0 -15px 0;
}
.menu-main-menu-container> ul >li >ul li:hover > a
{
color:white!important;
}
.menu-main-menu-container ul> li> ul> li> a
{
color: black!important;
}
Thank you!