Title: Image Link/Navigation Menu
Last modified: September 1, 2016

---

# Image Link/Navigation Menu

 *  Resolved [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/)
 * Hello,
 * I have a clients site that they have not updated in a while. The site is [http://www.bayareastattoolab.com](http://www.bayareastattoolab.com).
   When I go into the Dashboard there are no updates. The image link in the header
   will not come up when I re-upload it and the Navigation menu is white. When you
   scroll down to the bottom of the page the image and nav are correct. Any ideas?

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

 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573669)
 * Ahh he still has version 1.0 and an outdated WordPress. Why aren’t these updates
   showing in the Dashboard? How can I update them without FTP?
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573682)
 * Updating did not do the trick.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573684)
 * Hi,
 * Are you using Evolve 3.6.2 with reduxframework plugin?
 * Thank you
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573718)
 * Yes with a child theme.
 * Thanks.
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573817)
 * Are people still having the same problem? The navigation, logo source link, and
   maps are still not working. I’ve tried updating everything.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573828)
 * Hi,
 * There is no problem with navigation.
    Some users have problem with logo, but 
   I am not having any problem with logo.
 * The google maps are not working in the contact form.
    You can physically embed
   a map in content. [https://support.google.com/maps/answer/144361?co=GENIE.Platform%3DDesktop&hl=en](https://support.google.com/maps/answer/144361?co=GENIE.Platform%3DDesktop&hl=en)
 * The author already knows about the google map and logo issue.
    You will have 
   to wait for him to provide a fix in next theme update.
 * Thank you.
 *  [elisadg](https://wordpress.org/support/users/elisadg/)
 * (@elisadg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573830)
 * Hello,
    I have a problem with evolve theme (free theme) on WordPress. After the
   update the menu changed and I don’t know what to do. Can you check [http://romexperiencetravel.it](http://romexperiencetravel.it)?
   Thank you
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573831)
 * [@elisadg](https://wordpress.org/support/users/elisadg/) Per the [forum welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post)
   please post your own topic.
 * [https://wordpress.org/support/theme/evolve#postform](https://wordpress.org/support/theme/evolve#postform)
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573933)
 * Ok this is taking way too long for an update. My clients site has now been in
   maintenance mode for a week. The navigation is not fixed it was black. The whole
   theme is black and didn’t have a white nav bar. Once I scroll down the page the
   bar is black again. This should not be taking this long for a theme update.
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573935)
 * I managed to fix the logo it just appeared after trying again. Managed to fix
   the map by deactivating the cache. Now I am trying to get the navigation menu
   back to black with white links and it’s not working.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573936)
 * Hi,
 * If you are referring to making the menu of this site black.
    [http://bayareastattoolab.com/](http://bayareastattoolab.com/)
 * You can use the following in **Theme Options -> Custom CSS**
 *     ```
       .menu-header {
           background: #000 none repeat scroll 0 0 !important;
       }
       .nav li {
           background: #000 none repeat scroll 0 0 !important;
       }
       .nav li a {
           text-shadow: none !important;
           color: #fff !important;
       }
       ul.nav-menu li a:active, ul.nav-menu li:active > a, ul.nav-menu li a:focus, ul.nav-menu li:focus > a, ul.nav-menu li a:hover, ul.nav-menu li:hover> a, ul.nav-menu li:hover, ul.nav-menu li a:hover span, ul.nav-menu li:hover> a span, ul.nav-menu li:hover> .sf-with-ul::after {
           color: #fff !important;
       }
       ```
   
 * This is how it will look like.
    [http://image.prntscr.com/image/1c97aa46931e480a9291a9ca03594394.png](http://image.prntscr.com/image/1c97aa46931e480a9291a9ca03594394.png)
 * Please remove any menu related custom css code that you had added, so as not 
   to cause conflict with the code I provided.
 * Thank you
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573937)
 * Thank you. To make the border black would this code work:
    border-color: #fff!
   important;
 * I appreciate it.
 *  Thread Starter [JLent14](https://wordpress.org/support/users/jlent14/)
 * (@jlent14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573938)
 * Oops that’s white.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573939)
 * Hi,
 * What’s remaining on your menu now is the box-shadow.
    Use the following to remove
   it.
 *     ```
       .menu-header {
           box-shadow: none !important;
       }
       ```
   
 * Thank you

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

The topic ‘Image Link/Navigation Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

 * 14 replies
 * 4 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/image-linknavigation-menu/#post-7573939)
 * Status: resolved