- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Travel Eye Pro › Menu Styling Removal
Tagged: Menu Style
How to remove default menu styling with css to use Max Mega Menu Plugin
website is https://carpetsbydesign.net.au
Thank you
Hello @leontan15,
While we have inspected your website URL, the CSS implemented for the primary menu seems to be applied from the Max Mega Menu Plugin itself and not the theme styles.
Please make sure the layout / styling for the mega menu is applied correctly in the plugin itself from the WordPress dashboard.
Alternatively, you can also remove the theme default navigation wrappers by creating child theme add adding in the following code in your child theme’s functions.php file :
/**
* Site branding.
*
* @since 1.0.0
*/
function travel_eye_add_primary_navigation() {
wp_nav_menu( array(
'theme_location' => 'primary',
'menu_id' => 'primary-menu',
'fallback_cb' => 'travel_eye_primary_navigation_fallback',
) );
}
Hope this Helps,
Best Regards !!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |