Posted - 01/01/2020 : 04:12:20
This is what I have in ectstyle.css
ul.ectmenu1 { list-style: none; border:0px solid; font:16px; padding:0px; width:254px; } .ectmenu1 li{ display:block; padding:10px; border: 1px solid #009999; font-size:16px; background-color:#fff; margin-left:0px; } li.ectmenuhassub1 a{ display:block; padding:0px; } li.ectmenuhassub1 a:hover{ display:block; padding:10px; color:white !important; background-color:#009999; } .ectmenu1 a:hover{ display:block; background-color: #009999; color:#fff; padding:10px; } li.ectsub a{ padding:20px; } .widget_execphp{ float:left; width:100%; }
Is there a way to place an arrow at the end of menu items that have submenus? Thanks, Lyn
Edited by - LynK on 01/01/2020 04:16:08
|