Tagged: x
-
AuthorPosts
-
March 17, 2017 at 9:54 am #1411070
Hello,
I have a primary menu which works as it should, however every time I hover with my mouse above it, I see a red line on the top. Also when I click on one of the menu options, the red lines stays there (probably to make sure on which page you are). But I would like to remove that red line entirely, so that it doesn’t show up when hovering over the menu or when clicked on a menu option.
Thank you!
March 17, 2017 at 9:57 am #1411073Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 17, 2017 at 10:15 am #1411096This reply has been marked as private.March 17, 2017 at 2:55 pm #1411407Hi there,
Please add this code in the customizer:
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none; }
Hope this helps.
March 20, 2017 at 8:43 am #1413618Hello,
Hmm the code doesn’t seem to work for me. The red bar is still showing up at all occasions.
March 20, 2017 at 8:44 am #1413622Maybe it would be possible for the text of the menu to change? So when I click on ‘Contact’ for example, the whole word ‘contact’ will change color?
March 20, 2017 at 11:28 am #1413856Hi There,
The code provided by Jade should work.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
March 22, 2017 at 9:05 am #1416227Hello,
Sorry for the late reply. But I managed to get it to work! 🙂
Thanks for your help! I must have done something wrong previously.
March 22, 2017 at 12:53 pm #1416543Glad to hear you got it sorted.
Cheers!
-
AuthorPosts