jrgweb
|
@Bill - Try something like this in your css.
.art-hmenu li > a:after {
content: '\25bc' !important;
margin-left: 5px;
}
.art-hmenu li li > a:after {
content: '\25b6' !important;
font-size:20px !important;
margin-left: 5px;
}
.art-hmenu li > a:only-child:after {
content: '' !important;
}
|