submenu error top bar

Posted in: Newspaper
Post count: 7

hello , I created a sub-menu in the top bar , but I have this error when I view , I am attaching the screen.

Post count: 23312

Hello ferdyjakal,

We know about this issue and this will be solved in future updates. This problem appear when using the header style 8->Hybrid menu 2 and create a drop-down top bar menu. Until the problem will be solved, i suggest you to use another header style.

Thanks for understanding!

Post count: 7

ok well, I can ask if you can create a box for a menu item? in this case I would like the menu “live” had a white box,
  it’s possible?

Post count: 23312

Hi ferdyjakal,

Please try the code below for any menu item do you want. You have to target each menu item with his id and this thing you can find like this: http://screencast.com/t/Qp3tX56rKMm3

.menu-item-148 {
border: 1px solid black;
border-radius: 5px;
background-color: red;
}

The result: http://screencast.com/t/Qp3tX56rKMm3

Hope this helps.

Thank you!

Post count: 7

can you tell me exactly where to enter the code ? thank you

Post count: 23312

Hi ferdyjakal,

You must put the code below within Theme Panel->Custom Css area like this:
http://screencast.com/t/yCPlsueuS

Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.