Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097447
    Rob_Strickland
    Participant

    Hello,
    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!
    Rob

    http://members.ideas-global.org/about/

    #1097450
    Rahul
    Moderator

    Hey There,

    Please try adding the following CSS :

    .widget_nav_menu {
    border: none;
    }

    Hope that helps!

    #1097538
    Rob_Strickland
    Participant

    Thank 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!
    Rob

    #1097803
    Jade
    Moderator

    Hi Rob,

    Please try this code:

    .widget ul, .widget ol {
        border: 0;
        box-shadow: none;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1097447 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>