How can I change the menu appearance

  • tiesgr
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #33888 by tiesgr
Hello ,
I would like to know where can I find my css file for the menu in order to add radius borders?
Thank you

Please Log in to join the conversation.

More
11 years 6 months ago #33889 by ivan.milic
You can use following css paths to style your menu:

.moduletable_menu UL.menu{/*Root*/
...
}

.moduletable_menu UL.menu > LI{/*Root items*/
...
}

.moduletable_menu UL.menu UL{/*Drop down*/
...
}

.moduletable_menu UL.menu UL LI{/*Drop down items*/
...
}

add your styles at bottom of template_css.css
The following user(s) said Thank You: tiesgr

Please Log in to join the conversation.

Time to create page: 0.143 seconds
Powered by Kunena Forum