Be|Book menu customization

Hello, 

I have installed the be|book demo and wanted to do two things:
  • Change the background image for the menu. How can I change the image?
  • Create sub-items which don't pop-out to the right. Can they appear like horizontal menu, below the menu item?
Thanks!

Comments

  • Hi,

    1. To change background image for creative header on Be|Book demo, please go to Theme options > Layout > Custom CSS & JS > Custom CSS section and there is code which looks as below:
    @media only screen and (min-width: 1240px) {
    #Header_creative { background: #573d26 url(http://themes.muffingroup.com/be/book/wp-content/uploads/2014/10/home_book_menu_bg.jpg) no-repeat top center; width: 300px; }
    #menu { background: none !important; }
    #Header_creative #Top_bar .menu > li > a span { border: 0; }
    #Top_bar .menu > li > a span:not(.description) { padding: 5px 0px 5px 70px; text-align: left; }
    #Header_creative #Top_bar .logo { margin: 50px 0; }
    }
    and inside this code replace current background url with your own :)

    2. This one is unfortunately not possible.
Sign In or Register to comment.