Change size of “open submenu-button” on mobile and tablet

Home Forums All Other Themes Change size of “open submenu-button” on mobile and tablet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193260
    Björn EklundBjörn Eklund
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: November 22, 2021

    Using Posterity Pro at https://spes.se and in the tablet and mobile menu, the down arrow/open sub menu buttan are very small. Is it possible to change the size of the button and/or the font size but only in the mobile menu and tablet menu?

    #193288
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:1024px) {
    .top-menu i.sub-mark::before {
      font-size: 20px;
    }
    }

    Regards,
    Chris

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