Food menu item to link

Posted in: Newspaper
Post count: 73

Hello!

Please tell me how to add a link to this item (food menu)?

I need the entire menu item to be an active link when I hover.

https://yadi.sk/i/uPrf9s5n3YqrqN

Post count: 20688

Hi,

You could add a link in the description of the menu product element, like this
https://www.screencast.com/t/G64rYAN6s
You can set a hover color for the link, with CSS if needed. You want to change the link color when the whole menu item is hovered, try something like this for example

.tdm_block_food_menu:hover a {
color: blue;
}

That code should change the color of the link when any part of the menu item is hovered.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.