Title: Drop Down Menu Block
Last modified: August 15, 2022

---

# Drop Down Menu Block

 *  Resolved [tiinatreasure](https://wordpress.org/support/users/tiinatreasure/)
 * (@tiinatreasure)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/drop-down-menu-block/)
 * Hi all!
 * So I really love the drop down menu block that shows up when you hover over a
   menu with multiple links (i.e. “meet tiina” on my page) but I was wondering if
   there’s any way to change the CSS of this drop down (the box where it says “about
   me” and “essays and published works”). If possible I’d like to make the whole
   drop down menu white and bold the outline (or maybe even use the hard shadow 
   preset available elsewhere on the site?). Let me know if this is an option. Appreciate
   all the help.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdrop-down-menu-block%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/drop-down-menu-block/#post-15929774)
 * Hi Tiina,
 * You can add the following CSS in the Customizer > Additional CSS panel:
 *     ```
       @media only screen and (min-width: 482px) {
           .primary-navigation > div > .menu-wrapper > li > .sub-menu {
               border: var(--tw-block-hard-shadow-border);
               box-shadow: var(--tw-block-hard-shadow);
               --header--color-background: #fff;
           }
       }
       ```
   
 * Hope that helps,
    Diane

Viewing 1 replies (of 1 total)

The topic ‘Drop Down Menu Block’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Twentig](https://wordpress.org/support/users/twentig/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/drop-down-menu-block/#post-15929774)
 * Status: resolved