Hello everyone,
I want to show my sidebar navigation as the image where wanted to put the sign-out link at the bottom . I write a piece of CSS to achieve this.
#t_TreeNav_6 {
margin-top: 97% !important;
color: #F36C33;
}
It works as the image shows. However, the problem is that when I add any menu item then t_TreeNav_6 id changes for that link for which I have written the CSS code. So I want if there is any way to override the CSS class and assign it to that particular link, so that whether I add or remove the menu link it will stay the same.
Thanks in advance
Munir
