Title: Menu problem &#8211; invisible link
Last modified: August 30, 2016

---

# Menu problem – invisible link

 *  Resolved [Kilahim94](https://wordpress.org/support/users/kilahim94/)
 * (@kilahim94)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/)
 * Hello , i have little problem with my menu. When i parralax down to next section
   in my website the button in website menu from before section is invisible. Look
   at this image pleas: [http://s2.postimg.org/5hr1mcp15/problemlink.jpg](http://s2.postimg.org/5hr1mcp15/problemlink.jpg)
   it si css problem? Pleas help. Thanks

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/menu-problem-invisible-link/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-problem-invisible-link/page/2/?output_format=md)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614829)
 * Hey there Kilahim94,
 * How are you doing today?
 * This is probably just a CSS issue, and color your menu link is getting when scrolled
   to certain part of page in case this is an anchor.
 * Either way could you please post link to your site where I can see this so I 
   can take a look?
 * Cheers,
    Bojan
 *  Thread Starter [Kilahim94](https://wordpress.org/support/users/kilahim94/)
 * (@kilahim94)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614918)
 * Thank you man 🙂 the website: [http://test.prc.sk/](http://test.prc.sk/)
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614931)
 * Hey again Kilahim94,
 * I see that you already fixed the issue by adding the following:
 *     ```
       .nav li a.nav-active {
           color: #b8db4d !important;
       }
       ```
   
 * You’re menu items active were probably getting white color when active which 
   cased them not to be displayed properly.
 * I guess you don’t need help on this one?
 * Best regards,
    bojan
 *  Thread Starter [Kilahim94](https://wordpress.org/support/users/kilahim94/)
 * (@kilahim94)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614972)
 * Yes thank you , i need help with this 🙂
 *  [charnley](https://wordpress.org/support/users/charnley/)
 * (@charnley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614974)
 * Hi Guys, how do i get my menu pages to connect with the front post page ie Testimonial
   with testimonial?
 *  [charnley](https://wordpress.org/support/users/charnley/)
 * (@charnley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614975)
 * Hi guys if you take a look at my website [http://www.bluebuffalowebdesign.com/](http://www.bluebuffalowebdesign.com/)
 * The pages across the menu don’t correspond with the sections down the homepage.
   I put individual pages in by mistake but want the homepage sections to link up
   with the pages across the top like the demo. Any ideas? My designer away on holiday
   so stuck!!
 * Thanks Guys
 *  Thread Starter [Kilahim94](https://wordpress.org/support/users/kilahim94/)
 * (@kilahim94)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614980)
 * Hello , please open the new topic for your problem. We handle here some different
   problem. Thanks 🙂
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614987)
 * Hey again Kilahim94,
 * I don’t see active menu items as invisible but as green with the underline below.
 * If those are the colors that you want to replace with another one please try 
   adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #main-nav .nav li a.nav-active {
           color: #b8db4d !important;
       }
   
       #main-nav .nav li a.nav-active:before {
           background: #b8db4d;
       }
       ```
   
 * Replace the color hex value to display another color. First part will change 
   active menu link color and the second one underline color below it. You can use
   sites similar to this one to get hex value for the color of your choice: [http://www.color-hex.com/](http://www.color-hex.com/)
 * Best regards,
    Bojan
 *  [yuriri](https://wordpress.org/support/users/yuriri/)
 * (@yuriri)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614995)
 * i have the same problem, and this additional code for css are not helped to me(
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614998)
 * Hey there yuriri,
 * Can you please post link to your site so I can take a look? Also can you please
   add more details on when this happens so I know what I am looking for 🙂
 * Cheers,
    Bojan
 *  [gouravwptech](https://wordpress.org/support/users/gouravwptech/)
 * (@gouravwptech)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6614999)
 * Hello [@yuriri](https://wordpress.org/support/users/yuriri/),
 * Please share your site address, so that we can check the issue and give you solution.
 * Regards
    Gourav.
 *  [yuriri](https://wordpress.org/support/users/yuriri/)
 * (@yuriri)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6615000)
 * hello!
 * [gedajet.ru](http://gedajet.ru/)
 * by the way, if you can help me to resolve also my problem with googlemap section-
   i will be appreciate)
    link to my topic: [my topic](https://wordpress.org/support/topic/zerif-theme?replies=1)
   about question- when this thing happening: when i press link at menu item and
   page move to this anchor, after change position cursor to content or somewhere
   else except this link- color of link change to white(
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6615002)
 * Hey again yuriri,
 * I somehow missed that when I was testing it for [@kilahim94](https://wordpress.org/support/users/kilahim94/),
   please try to add the following CSS code:
 *     ```
       .header .navbar-inverse .navbar-nav>li>a:focus {
           color: #080808;
       }
       ```
   
 * This should fix the white link color. I’ll try to check your second thread as
   well.
 * [@kilahim94](https://wordpress.org/support/users/kilahim94/) please try adding
   this as well.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  [yuriri](https://wordpress.org/support/users/yuriri/)
 * (@yuriri)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6615003)
 * Hey Bojan!
    It helps! problem resolved! i’m happy) Great! Thank you very much!
 * Cheers,
    Yuri
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/#post-6615023)
 * Glad I could help 🙂
 * Cheers,
    Bojan

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/menu-problem-invisible-link/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-problem-invisible-link/page/2/?output_format=md)

The topic ‘Menu problem – invisible link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 18 replies
 * 5 participants
 * Last reply from: [Kilahim94](https://wordpress.org/support/users/kilahim94/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-invisible-link/page/2/#post-6615077)
 * Status: resolved