Title: Polylang dropdown
Last modified: September 10, 2021

---

# Polylang dropdown

 *  [kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/)
 * (@kwyjibeuss)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/)
 * Hello,
 * Does anyone have an idea about how to customize the design of the dropdown menu
   in Polylang?
 * When one hover over the active language, the dropdown menu appears in a box. 
   I would like that box to be transparent instead of white. And maybe not having
   a box at all…
 * Thanks!
 * Cheers,
 * Sebastien.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpolylang-dropdown%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [curlybracket](https://wordpress.org/support/users/veganist/)
 * (@veganist)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14860510)
 * This is just a CSS issue not related to Polylang and you use a list dropdown,
   not a select:
 *     ```
       .main-header-menu .sub-menu {
           border: none;
           background: transparent;
       }
   
       .ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
           box-shadow: unset;
       }
       ```
   
 * Enjoy!
    -  This reply was modified 4 years, 9 months ago by [curlybracket](https://wordpress.org/support/users/veganist/).
 *  Thread Starter [kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/)
 * (@kwyjibeuss)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14860784)
 * Thanks you so much, [@veganist](https://wordpress.org/support/users/veganist/)!
 * Could you please tell me where I should add this piece of code? I am not familiar
   at all with that… 😅
 * Cheers,
 * Sebastien
 *  [curlybracket](https://wordpress.org/support/users/veganist/)
 * (@veganist)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14864001)
 * Hi! [@kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/),
 * sorry for not getting back to you earlier.
 * You need to add this code to a stylesheet.
 * You should be able to add additional CSS styles here: [https://respire-aligne.com/wp-admin/customize.php](https://respire-aligne.com/wp-admin/customize.php)
   → look at the bottom of the menu, there should be “Additional CSS” and there 
   you can just copy paste that code I wrote above.
 * Or you can directly edit your theme’s stylesheet, although your question above
   suggests that you should ask a knowledgeable friend for help with that 🙂
 * Good luck!
 *  Thread Starter [kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/)
 * (@kwyjibeuss)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14864095)
 * Hi [@veganist](https://wordpress.org/support/users/veganist/),
 * No need to be sorry 😉 I appreciate you help very much: it solved my problem.
 * I am indeed pretty clueless when it deals with coding. I started to learn Python
   but not for web design purposes…
 * Thanks !
 * Seb.
 *  [curlybracket](https://wordpress.org/support/users/veganist/)
 * (@veganist)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14865463)
 * Hi Seb [@kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/),
 * happy it worked!
    I think you could now mark this topic as being resolved 🙂
 *  Thread Starter [kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/)
 * (@kwyjibeuss)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14866561)
 * Problem solved. Thanks [@veganist](https://wordpress.org/support/users/veganist/)
   😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Polylang dropdown’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)

 * 6 replies
 * 2 participants
 * Last reply from: [kwyjibeuss](https://wordpress.org/support/users/kwyjibeuss/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/polylang-dropdown/#post-14866561)
 * Status: not resolved