- Posts: 14116
- Thank you received: 1639
Sparky
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 6 months ago #30250
by ivan.milic
Replied by ivan.milic on topic Sparky
In menu item settings under Link Type Options you have "Link CSS Style" property. You can put sometihng like " mybutton" (note first char is blank).
Then add css class like following to tempalte_css.css:
.mybutton{
display : block;
background : url(...)...
...
}
Then add css class like following to tempalte_css.css:
.mybutton{
display : block;
background : url(...)...
...
}
Please Log in to join the conversation.
-
kenny_yeow
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 6 months ago #30274
by kenny_yeow
Replied by kenny_yeow on topic Sparky
Menu successfully change the background but how about the sub menu button and panel?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #30279
by ivan.milic
Replied by ivan.milic on topic Sparky
For sub-menu item use same approach. For drop-down panel you cant control that individually, you can add general style like:
UL.menu.nav UL{
...
}
UL.menu.nav UL{
...
}
Please Log in to join the conversation.
Time to create page: 0.066 seconds