Style Sub Menu

Posted in: Newspaper
Post count: 29

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;
}

Post count: 29

Settings of the color.
https://imgur.com/a/xW9zWZ2

Post count: 22421

Hi,

Please provide a link to your site so we can inspect it and see why this happens.

Thank you!

Post count: 29
Post count: 35449

Hi,

Is look like you achieve those results -> https://www.screencast.com/t/w5eM1oTbC
If you have more questions let us know!

Thank you!

Post count: 29

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!

Post count: 35449

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!

Post count: 29

It works! Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.