I am working with a menu tutorial found here and everything works fine except i would like border corners. I've tried setting them everywhere possible but nothing works. any ideas on where it should work?
I've tried:
.cbp-tm-show .cbp-tm-submenu{
border-radius: 5px;
}
also:
.cbp-tm-show-below .cbp-tm-submenu{ border-radius: 5px; }
every possible place i've tried it and haven't seen any effect.. :(