• Resolved Joan Morci

    (@joanmor)


    Hi guys!

    Is it possible to change the icon (svg) of the ‘len’? According to the color of the menu…

    Greetings!

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    When i shared previous code then at that time the plugin was adding search-menu class to menu lists but to avoid conflict with other plugins and theme i changed that class to astm-search-menu in the latest version of plugin.

    In short now instead of li.search-menu you have to use li.astm-search-menu

    Thread Starter Joan Morci

    (@joanmor)

    Hello Vinod,

    Sorry for not answering sooner.

    So if I use this code to change the color… would I have a problem?:

    svg.search-icon path {
    fill: #fff;
    }

    I have used this code for the moment because with the code you are commenting, it still does not change color. I suppose that in the future if I had another svg image, it could come into conflict.

    At the moment I have the website with a coming soon plugin, since I indicated to the author of it that the text was not totally responsive.

    So when that person updates the plugin to solve that (said soon), I will show the new website open again, to resolve other details of other plugin authors, including yours in this regard.

    Greetings Vinod! ??

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You should make the CSS code more specific as following so that it will not conflict.

    li.astm-search-menu svg.search-icon path {
        fill: #fff;
    }

    The previously shared CSS code doesn’t work because in the recent plugin version we have changed the class search-icon to astm-search-menu so to make the previously shared CSS code work you have to change the class in it.

    @joanmor thanks

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘How to change the color of the ‘len’ icon?’ is closed to new replies.