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 it si css problem? Pleas help. Thanks
-
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,
BojanThank you man 🙂 the website: http://test.prc.sk/
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,
bojanYes thank you , i need help with this 🙂
Hi Guys, how do i get my menu pages to connect with the front post page ie Testimonial with testimonial?
Hi guys if you take a look at my website 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
Hello , please open the new topic for your problem. We handle here some different problem. Thanks 🙂
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 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
#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/
Best regards,
Bojani have the same problem, and this additional code for css are not helped to me(
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,
BojanHello @yuriri,
Please share your site address, so that we can check the issue and give you solution.
Regards
Gourav.hello!
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
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(Hey again yuriri,
I somehow missed that when I was testing it for @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 please try adding this as well.
Hope this helps 🙂
Cheers,
BojanHey Bojan!
It helps! problem resolved! i’m happy) Great! Thank you very much!Cheers,
YuriGlad I could help 🙂
Cheers,
Bojan
The topic ‘Menu problem – invisible link’ is closed to new replies.
