Tagged: x
-
AuthorPosts
-
July 21, 2016 at 2:16 pm #1097447
Rob_StricklandParticipantHello,
Can you please help me with the custom css to add that would remove the box-like border from the widget menus?
I’ve included a screenshot of the menu i placed on the side bar.
The hover coloration is fine… i would just like the box to go away…Thanks!
RobJuly 21, 2016 at 2:19 pm #1097450
RahulModeratorHey There,
Please try adding the following CSS :
.widget_nav_menu { border: none; }Hope that helps!
July 21, 2016 at 2:58 pm #1097538
Rob_StricklandParticipantThank you… I tried that and it didn’t work… Perhaps I left out an important detail? The menus are deployed using the plugin called ‘sidebars’ and inside those are “custom menus”.
That said the menu the footer is NOT included in “sidebars”… so maybe it’s not so important after all.I also tried adding !important to the code you provided and that don’t work either
Any other ideas?Thank you for your prompt reply!
RobJuly 21, 2016 at 6:09 pm #1097803
JadeModeratorHi Rob,
Please try this code:
.widget ul, .widget ol { border: 0; box-shadow: none; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097447 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
