[Support request] secondary menu no arrows

Home Forums Support [Support request] secondary menu no arrows

Home Forums Support secondary menu no arrows

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1612507
    Inge

    Good evening!
    I couldn’t find this in the support: I would like to remove the arrows that point to my submenu-items in my secondary/secundary menu – could you please provide me a css-code I can put in the extra CSS? Or is there an other way to get it done?
    Thank you, Inge

    #1612643
    Ying
    Staff
    Customer Support

    Hi Inge,

    You could try this CSS to remove the arrow:

    .secondary-navigation .main-nav ul li.menu-item-has-children a {
        padding-right: 20px;
    }
    .secondary-navigation .dropdown-menu-toggle {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #1613179
    Inge

    Thank you! It worked!

    #1613332
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.