How to style the contents of a main navigation tab dropdown

  • Thread starter Thread starter Mr Lucky
  • Start date Start date

Mr Lucky

Guest
Member
I want to apply a style to one specific dropdown. It's easy enough to use .menu-content to style all dropdowns, but I want to know if I can apply a class or ID in any way.

I thought I clould do this using the id of the enclosing container.

For example on xenforo.com, if I wanted to style the What's New dropdown , I can see the container has id js-XFUniqueId114
Screenshot 2021-12-02 at 15.03.15.png

so I would expect to be able to style the menu content with for example:

Code:

#js-XFUniqueId114...

Read more
 
Top