crystalrain123
Hi
The admin Login is blocked for me but i can access frontend. The Menu type with text separator has different style.
Add this code in /templates/ja_university/css/custom.css file
create custom.css file if it does not exist
.t3-megamenu .nav > li > .separator {
border-right: 1px solid #1b212a;
color: #afafaf;
padding: 15px 20px;
font-weight: bold;
text-transform: uppercase; }
.t3-megamenu .nav > li > .separator:hover { color: #fff !important;}
Hope it helps
Regards