[Support request] How to make navigation menu dropdown circular edged?

Home Forums Support [Support request] How to make navigation menu dropdown circular edged?

Home Forums Support How to make navigation menu dropdown circular edged?

  • This topic has 1 reply, 2 voices, and was last updated 2 years ago by Ying.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2166320
    Jin

    I’d like to attach this CSS property to the primary navigation menu dropdown:

    border-radius: 15px;

    I’ve already done so for the mega menu dropdown. How can I do so for the default dropdown?

    #2166331
    Ying
    Staff
    Customer Support

    Hi Jin,

    Try this:

    .main-navigation ul ul {
        border-radius: 15px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.