I have a menu item and when hovering over it, it drops down an orange box.
.menu > li > a:hover:after {
position: absolute;
left: 0px;
border-style: solid;
border-color: transparent;
}
However I am trying to achieve the effect of a diamond below the dropdown box.
I seen a post on here that linked this [website][4] and I attempted to use the diamond:after
method, however the result was way off. I have commented the css part that needs to be edited, for quick reference. If anyone could help.