Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #420094

    I want to move the search icon to the right instead of left on hebrew.

    If I change the float the all menu changes. If I reorder the menu items they show in reverse on mobile.

    How can I move only the search icon to be on the right side of the menu instead of to the left?

    BTW Is there a way to add pictures and icons to the menu?

    Also if I put an image of search icon – how do I make it act like the search button?

    Thanks

    #420650

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .rtl li#menu-item-search {
      float: right !important;
    }

    Yes, you can insert HTML in Navigation Label field in Appearance > Menus

    Regards,
    Yigit

    #424102

    Thanks

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