Border around menu options
I would like to add a border around the options in the menu. I added a CSS that seemed to work, but it will not completely put the border around the page options. It is only around 3/4 of the box. Additionally, when it highlights on the sticky menu, the highlight is outside of the box. Is there a way to fix this or a different CSS code to use for that?
My site is [Links visible only for registered users]
Comments
you did it wrong and that's why it does not work properly. To set borders properly for menu items, please use below css:
#Top_bar .menu > li > a { border: 2px solid #000 !important; }