- Posts: 5
- Thank you received: 0
Menu Drop Down Styling
-
memfix
Inactive member - Topic Author
- New Member
Less
More
10 years 2 months ago - 10 years 2 months ago #42495
by memfix
Menu Drop Down Styling was created by memfix
Hello! I need your help with menu layout
I need:
-place menu centered horizontally on the page
-make border-radius. I can't find where to change the style of menu.
-make gradien colors for menu
Is it posible?
thank you for answers.
I need:
-place menu centered horizontally on the page
-make border-radius. I can't find where to change the style of menu.
-make gradien colors for menu
Is it posible?
thank you for answers.
Last edit: 10 years 2 months ago by memfix.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42513
by ivan.milic
Replied by ivan.milic on topic Menu Drop Down Styling
For menu UL
UL.mnu_mainmenu{
...
}
First level items:
UL.mnu_mainmenu > LI{
...
}
Drop-down items:
UL.mnu_mainmenu > LI > UL LI{
...
}
use this css paths to style manu as you need. Place you css at bottom of template_css.css
UL.mnu_mainmenu{
...
}
First level items:
UL.mnu_mainmenu > LI{
...
}
Drop-down items:
UL.mnu_mainmenu > LI > UL LI{
...
}
use this css paths to style manu as you need. Place you css at bottom of template_css.css
The following user(s) said Thank You: memfix
Please Log in to join the conversation.
Time to create page: 0.150 seconds