[Resolved] Increase size of dropdown arrows.

Home Forums Support [Resolved] Increase size of dropdown arrows.

Home Forums Support Increase size of dropdown arrows.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #455065
    John

    Hi,

    I find the dropdown arrows in the menus a little bit unobtrusive, especially in the mobile menu.
    Is there a CSS to increase the size or the weight of this arrow on desktop and mobile independantly ? Or can the arrow be replaced by an more prominent icon ?

    Thanks,
    John

    #455280
    Leo
    Staff
    Customer Support

    Hi there,

    Desktop:

    @media (min-width:769px) {
        .menu-item-has-children .dropdown-menu-toggle {
            font-size: 20px;
        }
    }

    Mobile:

    @media (max-width: 768px) {
        .menu-item-has-children .dropdown-menu-toggle {
            font-size: 16px;
        }
    }

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

    #455644
    John

    Hi Leo,

    That worked fone, Thanks.

    John

    #455823
    Leo
    Staff
    Customer Support

    No problem!

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