Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158454
    yhshin1020
    Participant

    Hey,

    How do I change the box shadow offset for ubermenu?

    Currently it looks like the first image below, but i want to make it look like the second pic.

    Thank you.

    #1158458
    yhshin1020
    Participant
    This reply has been marked as private.
    #1158738
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    Hope this helps.

    #1158739
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    Hope this helps.

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