Okay
  Public Ticket #2343102
Mobile menu search
Closed

Comments

  •  40
    ep started the conversation

    Hello,

    Could you help me change the mobile menu Search appearance? I wish to change:

    "Search site..." placeholder text
    Placeholder color
    Icon color

    I know this is customisation... I wonder if you could just point me in the right direction what php file / CSS class I should find. Hope that's ok, thank you.

  •  1,558
    Laborator replied

    Hi there,

    Use this CSS to change the color of the search field:

    .mobile-menu-wrapper .mobile-menu-container .search-form .search-field::placeholder,
    .mobile-menu-wrapper .mobile-menu-container .search-form label {
        color: red;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  40
    ep replied

    Art, thank you so much! Thank you always for great support.

  •  1,558
    Laborator replied

    You're welcome, take care and stay safesmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group