- Posts: 12
- Thank you received: 1
border left main menu
-
arjan
Inactive member - Topic Author
- New Member
Less
More
10 years 6 months ago #39695
by arjan
border left main menu was created by arjan
Hi, how do you activate the left border for the main menu? I did not install the demo but noticed a 4px left border on the demo page.I can't find it in the template settings..
regards
Arjan
regards
Arjan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39700
by ivan.milic
Replied by ivan.milic on topic border left main menu
It should be there always , we have in template_css.css:
.mnu_topmenu > li.active {
border-left: 4px solid #8c8c8c;
}
if you changed menu name maybe mnu_topmenu is not the same, you could check out for class name using chrome 'Inspect Element'
.mnu_topmenu > li.active {
border-left: 4px solid #8c8c8c;
}
if you changed menu name maybe mnu_topmenu is not the same, you could check out for class name using chrome 'Inspect Element'
Please Log in to join the conversation.
Time to create page: 0.247 seconds