Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #330299
    isha6873
    Participant

    Hi!

    How can I remove the search icon from the website for this theme?

    My hamburger menu on mobile mode is showing, but nothing happens when I press the button. How can I fix that?

    Here is my website: https://aroraangles.com/

    Thank you!

    Isha

    #330324
    tikaram
    Keymaster

    @isha6873 : To remove the search icon. Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #primary-search-wrapper {
      display: none;
    }

    I checked your site and it looks like there is some JS error on your site. Please try disabling all plugins for testing purpose and check your site again. if the menu works after disabling all plugins then the issue is caused by the plugin. If the error still persists after disabling all plugins please let me know. Please follow this link to know more about plugin conflict with our themes.
    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.