- Posts: 6
- Thank you received: 0
Different menu items
-
holmmedia
Inactive member - Topic Author
- New Member
Less
More
10 years 3 months ago #42186
by holmmedia
Different menu items was created by holmmedia
Is it possible to make different colors the menu items. I think by my self, yes, but what are the code then??
Best regard, and thanks for the Sparky looks very nice and good
Best regard, and thanks for the Sparky looks very nice and good
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #42192
by ivan.milic
Replied by ivan.milic on topic Different menu items
You can use 'Link CSS Style' parameter in menu item settings , thiw will be result:
<a class="my-link-css-style-green" href="#">some menu item</a>
then in template_css.css add this:
.my-link-css-style-green{
color:green;
}
<a class="my-link-css-style-green" href="#">some menu item</a>
then in template_css.css add this:
.my-link-css-style-green{
color:green;
}
Please Log in to join the conversation.
-
holmmedia
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 2 months ago #42459
by holmmedia
Replied by holmmedia on topic Different menu items
Maybe it's me that have wrote this to fast..
I want to use a vertical menu. Placed in the right column. Around the menu item I want a border in different colors..
Is that possible?
Best regard
I want to use a vertical menu. Placed in the right column. Around the menu item I want a border in different colors..
Is that possible?
Best regard
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 #42461
by ivan.milic
Replied by ivan.milic on topic Different menu items
Can you somehow illustrate what you need?
Please Log in to join the conversation.
-
holmmedia
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 2 months ago #42463
by holmmedia
Replied by holmmedia on topic Different menu items
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 #42475
by ivan.milic
Replied by ivan.milic on topic Different menu items
You can use parameter 'Link CSS Style' in menu item settings. For example you can set "border-red" then in template_css.css add class like this:
.border-red{
border:2px solid red;
}
.border-red{
border:2px solid red;
}
Please Log in to join the conversation.
Time to create page: 0.085 seconds