Tagged: menu
Hi,
I would like to achieve something like this: http://imgur.com/9vMYdCP
I posted it as a feature request but maybe there’s is already a way to achieve something similar.
Also I wonder if I could add a drop down arrow to indicate that a menu item has a submenu.
Thx!
Hey Mono14!
Please see my post here – https://kriesi.at/support/topic/show-main-menu-indicator-for-child-pages/#post-223005
You can change background colors of menu items independently using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
#menu-item-2272 a { color: red; }
Best regards,
Yigit
Hey Yigit,
The arrows worked fine!!
The background color code didn’t work: it changed the font color, not the background color.
Hi!
It was an example. You can add following code to change background color
#menu-item-2272 a { background-color: orange; }
Regards,
Yigit
Now I tried:
#menu-item-2531 a { background-color: #c12327; }
I got this result: http://imgur.com/QqHethK
I don’t like it at all ;(
I’m removing that.
I expected something like http://imgur.com/QqHethK
Hope Kriesi considers the feature request I posted today.
Cheers!
We both wrote at the same time ;)
http://www.universitarios.org.ar
I meant I expected something like http://imgur.com/9vMYdCP
Hi!
You are using fixed header type and that customization is not that easy to pull off on that header type. If you do not mind changing header type to non-fixed, i can provide you quick custom CSS code. If not, please either wait for Kriesi to consider your request or hire a freelance developer to do it for you.
Best regards,
Yigit
Ok! That’s fair!
I may keep the fixed header and see if I get any lucky answer to the feature request.
Thx for your answering that fast!
Regards,
Pedro