Seems like the superfish menu plugin is not setting the CSS properties correctly when hovering over the menu item. You can fix this by updating the CSS in your styles.css file at line 155 from:
.nav2 li.sfHover ul, ul.nav2 li:hover ul {
background: none repeat scroll 0 0 #B3B3B3;
color: #FFFFFF;
text-decoration: none;
z-index: 1000;
}
to:
.nav2 li.sfHover ul, ul.nav2 li:hover ul {
background: none repeat scroll 0 0 #B3B3B3;
color: #FFFFFF;
text-decoration: none;
z-index: 1000;
visibility: visible!important;
display: block!important;
}
This overrides the visibility and display settings that are being set inline on the element itself by superfish.js, but are not being cleared when you hover over the menu item.
Related Posts:
- Customizing a WordPress theme without changing it?
- how to add version of style.css in wordpress
- How to set two different themes on one WordPress? (Desktop vs. Mobile)
- How to use scss in wordpress theme?
- How to automatically highlight syntax of code in a post?
- How to add the main style.css to my index.php?
- The style.css stylesheet doesn’t contain a valid theme header
- Getting rid of unused css directives [closed]
- Exclude stylesheet from admin
- hfeed CSS class in Twentyeleven Theme
- Change Theme from Plugin based on query_vars
- Change logo on each page of University Hub theme [closed]
- How do I copy my Parent Templates to my Child Templates?
- Theme information in style.css being corrupted
- How do you create a custom WPTouch theme?
- How to start learning CSS and theme development?
- How do I apply my CSS to a theme page?
- 404 Error while accessing the font files
- Child Style.css not overriding parent theme style located in assets/css/main.css
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- none of my css is working in my child theme
- X-Axis of Site is Messed Up Because it is in Hebrew
- Style the archives/category sidebar widget via theme
- How to find out if page_for_posts is showing (in order to style menu item)
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- How can I add class to every quote element?
- Twenty fifteen theme – change responsive menu condition
- CSS Start Fresh option on; main.css still being loaded [closed]
- Port existing Bootstrap site to WordPress?
- How to style the post previews/links without it affecting the main posts?
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- Cannot apply custom css to IE in the theme
- Need to edit themes HTML code
- Plugin and themes are adding the same stylesheets
- Theming global variables – initializing in index.php but using in header.pho
- What Generated Classes and IDs That Is Always Used On All Themes?
- Understanding the theme details in style.css
- Passing dynamic options from backend to frontend
- Re-skinning Site
- Calling external Libraries in WordPress
- Need a theme that let the posted content stretched maximum width [closed]
- The requested theme does not exist. Stylesheet is missing – error after changing style.css name to my-styles.css in wp child theme?
- Newbie wordpress question re banner height
- How to trace and resolve a theme problem such as flickering links in WordPress? [closed]
- On a Https site, Css and Js Url are back to http after redirect the site
- How to integrate JSS to WordPress
- Why submenu item’s background color is not changing by css?
- Cannot figure out what element header color is in wordpress theme [closed]
- How to access theme fonts using custom CSS style? [closed]
- Increase content area width in TwentyFourteen [closed]
- Using Grunt and keeping theme comments
- Background image appears on localhost site but not online
- header.php-tweak: How to do that getting Meta-Slider into the header-center?
- Display Headings on Index page in different font sizes
- Event Organiser breaks the theme [closed]
- how would I change background color of a theme using a plugin?
- Date based CSS/theme
- WordPress doesn’t recognise created theme
- Whitespace between logo and site title in Twenty Twenty-Two
- CSS appears to not work on any WordPress theme
- Broken theme, stylesheet is missing after uploading the right theme via FTP
- How can I modify the CSS only for the search results page of WordPress?
- Remove the breadcrums on a theme W
- Enqueue All Stylesheets Found In a Theme Folder
- WordPress margin issues
- Remove style id inline CSS in WordPress
- Theme CSS missing completely
- WordPress 404 on style.css but not on all pages
- how make wp include urls as https?
- Own Theme custom CSS does not display in editor but works in page
- style.css of my custom theme is not being applied at all
- Custom CSS is overwritten by WordPress?
- WordPress loads old style.css, then loads current one
- Strange Theme Error – parent style occasionally showing though child theme
- How to get dynamic template-function generated CSS into HEAD?
- TwentyFourteen Theme : Changing grid layout
- Using two stylesheets for mobile compatibility
- Phone numbers showing same color as header [closed]
- Featured images are cropped on index and post page
- Orion theme (from theme forest) [closed]
- How do I block a subdirectory from WordPress theming?
- div having different appearances in different themes
- Customising a theme
- Blog shows up without Theme/CSS styles
- Child theme after CSS modification
- How to Hide Blog Post Author?
- How can i limit wordpress post title characters in sidebar?
- I can’t install theme: theme install failed
- How can I either move the nav bar down or create more space for the header? Theme – Ajaira
- Commenting in CSS (//) equals “none”? [closed]
- theme 2016 – customize css – nothing happens
- Help with responsive theme styling issue
- How to change the standard width of a page
- Theme install failed
- How can i remove footer credit text
- How to make a page extend full screen [closed]
- Help with Divi logo not appearing for 10s
- How to remove pop up on website (css changes not visible)?