Thanks. It works.
I set background picture for menu and footer bar in custom css and it works, of cource it does not scale right because I have set fixed height for menu bar and footer. This is not problem for me now.
I just want to ask one thing for menu bar. When it goes to “mobile” mode, and menu items goes inside box, menu box is black even I have set white color to menu items in custom css:
.navbar.navbar-light .nav .menu-item .nav-link,
.theme-search-block a {
color: #ffffff;
}
How I can have white “menu box” ?
Thanks, -Ismo