Because there are many ways and many possibilities for adding a image to the bar.
It is really hard to tell how to remove it directly.
However, it looks like it is controlled in CSS and you could try the following.
You may try to look for a theme1.css
file and then search for .uk-navbar-container:not(.uk-navbar-transparent)
You will see
/* ... skipped here */
background-image: url(orange-circle2.svg);
/* ... skipped here */
change to
/* ... skipped here */
background-image: none; /* <--- change to none to hide the image */
/* ... skipped here */
Related Posts:
- How to move parent li to end of child ul
- How do i style the current menu anchor link’s parent anchor link? [closed]
- How to insert custom code into wp_nav_menu structure?
- Grey out nav buttons unless is_user_logged_in()
- Static page to one page- menu inactive items highlighted
- How Do I Add Images To Main Navigation Menu
- display menu as table layout
- Menu Arrow for Child Element
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- How to add css to single navigation text? [closed]
- Odd spacing in Navigation Bar [closed]
- wp_nav_menu container style args
- Additional CSS for the nav menu
- Disable Top Nav Bar on Mobile
- Active page link not getting class assigned
- individual images as navigation design TwentyTen
- How to add or remove borders in navigation menu?
- Site navigation sits unstyled for a second on page reload [closed]
- Programmatically add a Navigation menu and menu items
- Dynamically exclude menu items from wp_nav_menu
- Call custom field into menu item
- Exclude Private, Draft pages from Primary Nav when using custom menu
- wp_nav_menu always falls back to a menu
- wp_get_nav_menu_items how to exclude sub level menu items?
- Add custom attributes to menu items without plugin
- Add Page ID class to nav menu items
- Not able to get current menu ID
- how to automatically generate hierarchical menus from hierarchy of pages?
- WordPress wp_nav_menu with a nav tag
- Add sidebars to navigation menu?
- `start_el` depth argument in custom nav walker always evaluates to zero
- Programmatically set current-menu-item using wp_nav_menu
- Vertical Sidebar Menu Parent and Child not displaying correctly [closed]
- Remove li from wp_nav_menu
- Adding post excerpt into navigation menu
- Adding Custom “Current Menu Item” class to navigation?
- Editing WordPress Nav Menu Walker
- Check if menu id = $specific_id – then insert specific
- WordPress Admin Bar Covering & Overlapping Fixed Menu Header [closed]
- I am facing a problem with the navigation menu of my website
- Prepend to start of WordPress nav loop
- You do not have permission to create Navigation Menus – Twenty Twenty-Two theme
- Creating a navigation menu to see where you are on your website
- create a 2 row menu in wordpress
- current-menu-item class is not added
- current-menu-item class in CSS
- wp_page_menu not working right?
- Using Zurb’s Foundation Tabs as WordPress Nav (Active Tab)
- Links do not open from click, only in new tab [closed]
- Switch from hover to click on Twenty Twelve Menu
- How to remove dropdown from wp_nav_menu
- Is it possible to add a dynamic link in the main navigation in a child theme
- How to make wordpress nav menu use post custom meta data
- Adding a unique ID to each sub-menu
- Trouble hiding menu on single page
- add another html tag after li element in wp_nav_menu
- My navigation menu isn’t working. What happened? Please help!
- How do I change/remove styling (top border) on main menu for active page and hovering (Avada Theme)
- Blending Foundation’s Tabs with WordPress Nav Menu & Display Active Tab
- Using CSS ID’s and Classes with images in a WordPress Horizontal Menu
- Editing the nav menu?
- Determining the “current_page” in WordPress Custom Menus
- New wp menu menu styling
- Child pages don’t become submenus (as in the twenty-ten theme)?
- Secondary Menu Not Functioning as a Sticky Menu
- I’m trying to remove a duplicate menu, which only appears on the homepage?
- Nav Menu: Theme Location not working
- Is it all right to put the whole tag into template_part file?
- How to remove empty line space in navigation menu?
- Is it possible to get_the_post_thumbnail (Featured Image) inside a sprintf function?
- Misleading behaviour on Menu & Theme location
- How can I click the parent menu then redirect to a special URL?
- Stuck while adding bootstrap navwalker class
- How do I display menu in header without loosing styles?
- Adding additional html to the end of the root level in a custom nav walker
- Navigation bar is on live site but nothing under menu so can’t add in a page
- How to get rid of the bottom line in the navigation menu via CSS file?
- WordPress menu issue after update
- Building a menu from a large number of pages?
- How to select particular menu position in wordpress?
- Links in new menu don’t work
- Vertical Menu items shifting to same line when window size increased [closed]
- Add dynamic content block to nav section generated by custom walker
- Next/previous a-like single navigation
- How to output the menue structured for tabbed navigation?
- Replace Menu Item with Logged in username
- Walker for menus
- WordPress Navigation
- Bought custom navigation menu from codecanyon, how to change feature.php?
- Navigation list not correctly styled on pages with custom template (missing .current-menu-item)
- How was this menu system created?
- How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]
- Display sub menus as separate lists
- how can i get the page_ID in nav li [closed]
- How do i add logo in wordpress studiopress (glam theme)?
- Navigation menu displays permalinks
- Active Navigation Class Based on URL on icon
- Hiding Widget On Mobile Devices Removes Our Product Search Box On Mobiles
- Rename Menu icon in Twenty seventeen theme
- Tried to hide navigation menu on one page ended up SCRAMBLING the navigation menu on another