<ul> Image in menu

More
11 years 3 months ago #32901 by alessandroweb
Hi,
in template restaurant I want to restore the default img of the <ol> items in the menu at link position.
(see img attached)
How can I do that? Do I have to set a special "class" in the menu options?
Thanks
Attachments:

Please Log in to join the conversation.

More
11 years 3 months ago #32902 by alessandroweb
Replied by alessandroweb on topic <ul> Image in menu
I forgot to tell you that I'm working with Joomla 3.1
Regards

Please Log in to join the conversation.

More
11 years 3 months ago #32914 by ivan.milic
Replied by ivan.milic on topic <ul> Image in menu
<ol> has numbers that is <ul>

you can set list style by adding at bottom of template_css.css:

UL{
list-style:disc;
}

check all values of list-style www.w3schools.com/cssref/pr_list-style-type.asp

Please Log in to join the conversation.

More
11 years 3 months ago #32924 by alessandroweb
Replied by alessandroweb on topic <ul> Image in menu
I know about the circle, thanks.
I want to put the img with fork and knife instead the circle.
Where do I find/set this parameter?
Thanks

Please Log in to join the conversation.

More
11 years 3 months ago #32935 by ivan.milic
Replied by ivan.milic on topic <ul> Image in menu
Code for that image was originally in template_css.css around line 405:

.column_right ul.menu li:hover,.column_left ul.menu li:hover {
background:url(../images/mainmenu_icon_h.png) no-repeat;
}

Also you need to set :

UL{
list-style:none;
}

because fork image is actually background of list item itself
The following user(s) said Thank You: alessandroweb

Please Log in to join the conversation.

Time to create page: 0.176 seconds
Powered by Kunena Forum