Sub Menu Font Color

Posted in: Newsmag
Post count: 187

On my main navigation I have a drop down menu when it drops down the text is black when i want it white. On hover it all works just not on main drop. This is the code I am using

ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#000000!important;
color:white!important;
}

.sf-menu ul {
background: #002147!important;
color:white!important;
}

Post count: 23312

Hello bformhals,

Please provide your website URL and also, show me the problem with your submenu. Also, you can provide some useful screenshots for a better understanding.

Thanks for the message!

Post count: 187

Website is https://lakecountyfloridanews.com/

Oh you will see it as soon as you hover over city news where the drop down is 🙂

Post count: 23312

Hello bformhals,

You should check the settings from here -> https://www.screencast.com/t/3O6HWtRztjj if you want to have other colors for your header main menu.

Thanks.

Post count: 187

Sorry, but in my Theme Options in the same section there are only three options? Why are there not all the other options?

Post count: 23312

Hello bformhals,

If you want to change the hover color for the header menu you should change here -> https://www.screencast.com/t/0gJl6oj8g If is not what you mean please tell me what exactly you want to achieve?

Thanks for your understanding!

Post count: 187

Again, Catalin

There is no such options. I believe you had given me the css I ma using quite3 some time ago. I never noticed the text didnt show when hovered as I showed in the image.

no option

Post count: 23312

Hello bformhals,

Try the code below and place it in Theme panel -> Custom CSS Area.

.sf-menu ul .td-menu-item>a {
color: red;
}

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

Thanks.

Post count: 187

There we go. Thanks Catalin !!!

Post count: 1

i had same problem as bformhals, the css code above also works for me.
when i hover over the drop down links the text turns to white on a white background.
ive tried to search for hover css code and i try and it doesn’t work.
can anyone advise please?

Post count: 23312

Hi anon,

Please open a new topic with your problem and provide there your website URL so I can take a closer look at it.

Thanks.

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