Drop Down Menu Line and Arrow/ Tab

  • Posted in : Read WP
  • koopar
    Participant

    Is it possible to remove the thick black line on drop down menu and the arrow associated with it.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .main-navigation ul ul {
        border-top: 1px solid #ddd;
    }
    .main-navigation ul ul:after {
        display: none;
    }
    .main-navigation ul ul ul {
        border-right: 1px solid #ddd;
    }
    
    koopar
    Participant

    Thank you – worked perfectly!

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register