[Support request] Search Box – Accesibility

Home Forums Support [Support request] Search Box – Accesibility

Home Forums Support Search Box – Accesibility

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #502165
    jcbeal

    I have the search icon in the nav menu. Due to accessibility problems, I need to increase the size of the Search Icon.

    #502291
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation li.search-item a {
        font-size: 20px;
    }

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

    Let me know.

    #502613
    jcbeal

    Perfect, thanks.

    #502632
    jcbeal

    I need the same also for mobile.

    #503000
    Leo
    Staff
    Customer Support

    This should work:

    .mobile-bar-items a {
        font-size: 30px;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.