Okay
  Public Ticket #2210627
Mobile Header Search Icon
Closed

Comments

  • kaeladair started the conversation

    I am having trouble figuring out how to remove the search icon from the mobile header, anything I can do?

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 999px) {
        span.nectar-icon.icon-salient-search {
            display:none !important;
        }
    }

    Thanks


    ThemeNectar Support Team