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

    Hi,

    Thank you for your advice previously on how to set up Enfold up with some accessibility criteria. I have just been asked by the client for another feature to be made more accessible.

    The search function.
    1. Is it possible for the search function to have a hover effect? (i.e. clarity that it is clickable)
    2. On the phone can the search function icon be bigger and have more distance from the menu icon?

    Best regards
    Nick

    #1448962

    Hey Meetx,

    Thank you for the inquiry.

    1-2) Please add this css code to adjust color of the icon on hover and make it bigger on mobile view.

    .html_bottom_nav_header #top .av_seperator_big_border .av-main-nav>#menu-item-search:hover a {
        color: red;
    }
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .menu-item-search-dropdown>a {
        font-size: 32px;
        margin-right: 20px;
      }
    }

    Best regards,
    Ismael

    #1449298

    Thanks Ismael, this is excellent!
    Best regards
    Nick

    #1449374

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1450284

    Hi Richard,
    Thanks you can close it.

    Best regards
    ¨Nick

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Accessibility’ is closed to new replies.