Dear Mark Malwah,
Please following the steps:
1. go to your_site\templates\sj_lotte\menusys\ytmenu.php and find:
$anchor_class= $this->getClass().' item-link';
=> change:
$anchor_class= $this->getClass().' '.htmlspecialchars($tmp->params->get('menu-anchor_css', ''), ENT_COMPAT, 'UTF-8', false).' item-link';
2.add class for each menu item: first, second, third ....
go to Menu Manager: Edit Menu Item -> Advanced Options -> Link Type Options -> Link CSS Style :
first
3. add background color for each menu item: first, second, third ....
- go to your_site/sj_lotte/menusys/class/common/css/menustyle.css
- add the code at the end of menustyle.css file
ul.navi div.level1.separator.first, ul.navi a.level1.first{background:red;}
ul.navi div.level1.separator.second , ul.navi a.level1.second {background:green;}
ul.navi div.level1.separator.third , ul.navi a.level1.third {background:yellow;}
Thanks!