Sub Menu Colors

Posted in: Newsmag
Post count: 187

Where do I change the colors for the Main Menu when it drops down to show sub-menu.

Post count: 23312

Hello bformhals,

If you want to make these changes, you should use a bit of CSS code because the theme does not have any such an option that allows you to change all of these from Theme panel. Place the code below and Theme panel->Custom Box and check the result.

The code is ->

.sf-menu ul {
background: red!important;
}
.sf-menu ul .td-menu-item>a{
color: green!important;
}
.sf-menu ul .td-menu-item>a:hover{
color: pink!important;
}

The result is here -> https://www.screencast.com/t/pYAkJjwv6hP

If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 187

Thank you very much. Which section of the Theme Custom Block should it go

Post count: 187

Never mind I found it. The first block.

Again thanks

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