• Resolved amiriss

    (@amiriss)


    hi

    thanks for your great plugin!

    i have 2 questions:

    how can i change the color of the magnifying glass to white?

    on mobile how can i move the magnifying glass under the hamburger menu?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your questions.

    You can achieve this by adding the below CSS code in the Custom CSS option of Add Search To Menu plugin settings on the path Settings -> Add Search To Menu

    
    li.astm-search-menu svg.search-icon path {
    fill: #fff;
    }
    body .astm-search-menu-wrapper {
        left: 25px;
        right: auto;
        top: 65px;
    }
    
    body .astm-search-menu-wrapper .astm-search-menu {
        float: left;
    }
    

    Best regards,

    Thread Starter amiriss

    (@amiriss)

    Hi Vinod

    thank you so much!

    how can i change it to white on mobile as well?

    and if you click on the magnifying glass on mobile the search field opens outside of the screed to the right a bit

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Please also use the below custom CSS code to resolve it.

    .astm-search-menu-wrapper svg.search-icon path {
    fill: #fff;
    }
    .astm-search-menu-wrapper .astm-search-menu input.field.search-field {
        width: 80%;
        float: left;
    }
    Thread Starter amiriss

    (@amiriss)

    wow you are awesome!
    thank you so much Vinod

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome here 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘magnifying glass color and loacation’ is closed to new replies.