Menu bar background for Travelify WordPress theme

Hello,

How can i change menu bar background with image line?
Pages is e-buhalterija.lt/
Or do something like this cssmenumaker.com/menu/3d-navigation-bar

CSS Menu Maker already have all the information you need to create menu like that. Just adopt it for Travelify theme or hire someone that could do it for you as this is not part of free support.

You can assign background images for each menu item based on their ID. The basic ideas is like this:

li#menu-item-8 {
    background: url('http://www.e-buhalterija.lt/wp-content/uploads/2015/04/logogold.png');
}