• Resolved yohannh

    (@yohannh)


    I removed the background submenu border with

    .primary-navigation .sub-menu {
    	border:0px
    }

    But how do I target the border of the little triangle pointing the parent?

    submenu border

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is pretty tricky ??

    Try this …

    @media only screen and (min-width: 482px) {
    .primary-navigation > div > .menu-wrapper > li > .sub-menu:before {
    		border-color: transparent;
    	}
    }

    Oliver

    Thread Starter yohannh

    (@yohannh)

    It works ??
    Thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to properly remove the submenu background border?’ is closed to new replies.