samalfaro
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Changing color of arrow flyout menüThis is what i added on this page’s custom CSS
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect=”fade_up”]
li.mega-menu-item-7596.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect=”fade_up”]
li.mega-menu-item-7596.mega-menu-flyout ul.mega-sub-menu {
opacity: 1;
width: 100% !important;
height:50px !important;
border-bottom:1px solid #B4B4B4 !important;
display: block !important;
visibility: visible !important;
position: fixed !important;
margin-top: 0px;
transition-duration: 200ms;
transition-timing-function: ease-in;
transition-property: opacity, margin-top;
}Forum: Plugins
In reply to: [Max Mega Menu] Changing color of arrow flyout menüThanks for your quick answer. I’ve did that but the second submenu makes problem for the first submenu
Forum: Plugins
In reply to: [Max Mega Menu] Changing color of arrow flyout menü^ True that. Btw tom, is there anyway to put a specific ID on every submenu ?
Forum: Plugins
In reply to: [Max Mega Menu] Changing color of arrow flyout menüRight click on that element and choose “inspect” (chrome)
and find the css code on the right bar, the css file should be in domain/wp-content/uploadas/maxmegamenu/style.css