Remove color drop down menu
-
Hi!
I’m new to WordPress and would like to remove the dark grey highlighting color that appears when hovering on menu items in the drop downs from the top navigation bar. I would like it to like the same as when you hover on main menu items in the top navigation bar where the words turn lighter from opacity, same as when you hover on the site title. I’m using the twentyseventeen theme.
Thanks for the help! 🙂
-
This topic was modified 8 years, 4 months ago by
Steven Stern (sterndata).
The page I need help with: [log in to see the link]
-
This topic was modified 8 years, 4 months ago by
-
This CSS will override the theme’s defaults:
@media screen and (min-width: 48em) { .main-navigation li li:hover, .main-navigation li li.focus { color: background-color: inherit; } .main-navigation li li:hover > a, .main-navigation li li a:hover { color: #767676; } }To add CSS: use the “Additional CSS” option in the customizer. https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Thanks! I was also wondering if it’s possible to use the two column layout that is optional with the twentyseventeen theme only on the front page sections, so that the post title sits to the left, and then have single column layout on all individual pages?
I recommend asking at https://ww.wp.xz.cn/support/theme/twentyseventeen#new-post so the plugin’s / theme’s developers and support community can help you with this.
Also: I haven’t tried this plugin, but you may find it helpful: https://ww.wp.xz.cn/plugins/advanced-twenty-seventeen/
-
This reply was modified 8 years, 4 months ago by
Steven Stern (sterndata).
You ought to post this in the Twenty Seventeen forum to help people find the solution in future
https://ww.wp.xz.cn/support/theme/twentyseventeen/#new-post -
This reply was modified 8 years, 4 months ago by
The topic ‘Remove color drop down menu’ is closed to new replies.