Multiple-Color Menu of Demo Software Not Work!


Hi Be | Theme,

Install the software demo because I want to place several colors in the section of the menus. When installing the demo "software", only works with one color.

Menu header by pointing cursor:


image

Comments



  • At See look in the demo installation:




    image
  • Hi,

    it's because for our demo we set custom colors per menu ID's. Your ID's are different than our and that's why it does not work. We'll fix it with next update. But now, you can set own ID's per colors under Theme options > Custom CSS & JS > Custom CSS section.

  • I change de 50, 37, 49 & 53, for ID´s in my page in wordpress, and not work. Why I need to change in CSS section?

    /* Menu */
    #Top_bar .menu > li > a:after { top: 0; background: #00cdc1; }
    #Top_bar .menu > li#menu-item-50 > a:after { background: #ed007b; }
    #Top_bar .menu > li#menu-item-37 > a:after { background: #0086e3; }
    #Top_bar .menu > li#menu-item-49 > a:after { background: #ffbd1f; }
    #Top_bar .menu > li#menu-item-53 > a:after { background: #00cdc1; }

    #Top_bar .menu > li > a span:not(.description) { letter-spacing: 2px; }
  • Yes, this is what you should change. You must change all ID's, so instead of 30, 37, etc you should give own id's like 79, 77, etc. You can check them via Firebug like we did on http://pasteboard.co/2bYJbSWM.png
Sign In or Register to comment.